summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetooth_NN.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/bluetooth/bluetooth_NN.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/bluetooth/bluetooth_NN.h23
1 files changed, 4 insertions, 19 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
@@ -14,24 +14,16 @@ public:
14 BluetoothBNEPNetNode(); 14 BluetoothBNEPNetNode();
15 virtual ~BluetoothBNEPNetNode(); 15 virtual ~BluetoothBNEPNetNode();
16 16
17 virtual QString genNic( long );
18 virtual long instanceCount( void )
19 { return InstanceCount; }
17 virtual const QString pixmapName() 20 virtual const QString pixmapName()
18 { return "Devices/bluetooth"; } 21 { return "Devices/bluetooth"; }
19 22
20 virtual const QString nodeDescription() ; 23 virtual const QString nodeDescription() ;
21
22 virtual ANetNodeInstance * createInstance( void ); 24 virtual ANetNodeInstance * createInstance( void );
23
24 virtual const char ** needs( void );
25 virtual const char * provides( void ); 25 virtual const char * provides( void );
26 26 virtual const char ** needs( void );
27 virtual bool generateProperFilesFor( ANetNodeInstance * NNI );
28 virtual bool hasDataFor( const QString & S );
29 virtual bool generateDeviceDataForCommonFile(
30 SystemFile & , long DevNr );
31
32 virtual long instanceCount( void )
33 { return InstanceCount; }
34 virtual QString genNic( long );
35 27
36private: 28private:
37 29
@@ -56,17 +48,10 @@ public:
56 { return "Devices/bluetooth"; } 48 { return "Devices/bluetooth"; }
57 49
58 virtual const QString nodeDescription() ; 50 virtual const QString nodeDescription() ;
59
60 virtual ANetNodeInstance * createInstance( void ); 51 virtual ANetNodeInstance * createInstance( void );
61
62 virtual const char ** needs( void ); 52 virtual const char ** needs( void );
63 virtual const char * provides( void ); 53 virtual const char * provides( void );
64 54
65 virtual bool generateProperFilesFor( ANetNodeInstance * NNI );
66 virtual bool hasDataFor( const QString & S );
67 virtual bool generateDeviceDataForCommonFile(
68 SystemFile & , long );
69
70private: 55private:
71 56
72 virtual void setSpecificAttribute( QString & Attr, QString & Value ); 57 virtual void setSpecificAttribute( QString & Attr, QString & Value );