summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetoothRFCOMMrun.h
blob: 87116e243f202a5ddaf5b152c36291076d4c002b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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; }
};