summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/network/networkrun.h
blob: f3d840e4975e71f0dced098051daffae93b40854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include <asconnection.h>
#include "networkdata.h"

class NetworkRun  : public AsConnection {

public :

      NetworkRun( ANetNodeInstance * NNI, 
                  NetworkData & Data ) : AsConnection( NNI )
        { }

protected :

      void detectState( NodeCollection * );
      bool setState( NodeCollection * ,Action_t A );
      bool canSetState( State_t , Action_t A );

      bool handlesInterface( const QString & I );

};