summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMrun.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMrun.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMrun.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMrun.h b/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMrun.h
new file mode 100644
index 0000000..87116e2
--- a/dev/null
+++ b/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMrun.h
@@ -0,0 +1,22 @@
+#include <asline.h>
+#include "bluetoothRFCOMMdata.h"
+
+class BluetoothRFCOMMRun : public AsLine {
+
+public :
+
+ BluetoothRFCOMMRun( ANetNodeInstance * NNI,
+ BluetoothRFCOMMData & Data ) : AsLine( NNI )
+ { }
+
+protected :
+
+ void detectState( NodeCollection * )
+ { }
+
+ bool setState( NodeCollection * , Action_t )
+ { return 0; }
+
+ bool canSetState( State_t , Action_t )
+ { return 0; }
+};