summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetooth_NN.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/bluetooth/bluetooth_NN.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/bluetooth/bluetooth_NN.h57
1 files changed, 21 insertions, 36 deletions
diff --git a/noncore/settings/networksettings2/bluetooth/bluetooth_NN.h b/noncore/settings/networksettings2/bluetooth/bluetooth_NN.h
index 2e5e1d2..4d6a3c1 100644
--- a/noncore/settings/networksettings2/bluetooth/bluetooth_NN.h
+++ b/noncore/settings/networksettings2/bluetooth/bluetooth_NN.h
@@ -7,31 +7,23 @@ class ABluetoothBNEP;
class BluetoothBNEPNetNode : public ANetNode {
- Q_OBJECT
+ Q_OBJECT
public:
- BluetoothBNEPNetNode();
- virtual ~BluetoothBNEPNetNode();
+ BluetoothBNEPNetNode();
+ virtual ~BluetoothBNEPNetNode();
- virtual const QString pixmapName()
- { return "Devices/bluetooth"; }
+ virtual QString genNic( long );
+ virtual long instanceCount( void )
+ { return InstanceCount; }
+ virtual const QString pixmapName()
+ { return "Devices/bluetooth"; }
- virtual const QString nodeDescription() ;
-
- virtual ANetNodeInstance * createInstance( void );
-
- virtual const char ** needs( void );
- virtual const char * provides( void );
-
- virtual bool generateProperFilesFor( ANetNodeInstance * NNI );
- virtual bool hasDataFor( const QString & S );
- virtual bool generateDeviceDataForCommonFile(
- SystemFile & , long DevNr );
-
- virtual long instanceCount( void )
- { return InstanceCount; }
- virtual QString genNic( long );
+ virtual const QString nodeDescription() ;
+ virtual ANetNodeInstance * createInstance( void );
+ virtual const char * provides( void );
+ virtual const char ** needs( void );
private:
@@ -45,27 +37,20 @@ private:
class BluetoothRFCOMMNetNode : public ANetNode {
- Q_OBJECT
+ Q_OBJECT
public:
- BluetoothRFCOMMNetNode();
- virtual ~BluetoothRFCOMMNetNode();
-
- virtual const QString pixmapName()
- { return "Devices/bluetooth"; }
-
- virtual const QString nodeDescription() ;
-
- virtual ANetNodeInstance * createInstance( void );
+ BluetoothRFCOMMNetNode();
+ virtual ~BluetoothRFCOMMNetNode();
- virtual const char ** needs( void );
- virtual const char * provides( void );
+ virtual const QString pixmapName()
+ { return "Devices/bluetooth"; }
- virtual bool generateProperFilesFor( ANetNodeInstance * NNI );
- virtual bool hasDataFor( const QString & S );
- virtual bool generateDeviceDataForCommonFile(
- SystemFile & , long );
+ virtual const QString nodeDescription() ;
+ virtual ANetNodeInstance * createInstance( void );
+ virtual const char ** needs( void );
+ virtual const char * provides( void );
private: