~ubuntu-branches/ubuntu/jaunty/plasma-widget-network-manager/jaunty-updates

« back to all changes in this revision

Viewing changes to libs/storage/settings/gsmdbus.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2009-02-10 16:33:42 UTC
  • Revision ID: james.westby@ubuntu.com-20090210163342-y22tcldf0fuyqqm9
Tags: upstream-0.0+svn924363
ImportĀ upstreamĀ versionĀ 0.0+svn924363

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This file is generated by kconfig_compiler from gsm.kcfg.
 
2
// All changes you do to this file will be lost.
 
3
#ifndef KNM_GSMDBUS_H
 
4
#define KNM_GSMDBUS_H
 
5
 
 
6
#include <nm-setting-gsm.h>
 
7
 
 
8
#include <kdebug.h>
 
9
#include <kcoreconfigskeleton.h>
 
10
#include "settingdbus.h"
 
11
#include "knm_export.h"
 
12
namespace Knm {
 
13
 
 
14
class GsmSetting;
 
15
 
 
16
class KNM_EXPORT GsmDbus : public SettingDbus
 
17
{
 
18
  public:
 
19
    GsmDbus( GsmSetting * setting);
 
20
    ~GsmDbus();
 
21
    void fromMap(const QVariantMap&);
 
22
    QVariantMap toMap();
 
23
    QVariantMap toSecretsMap();
 
24
};
 
25
}
 
26
 
 
27
#endif
 
28