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

class NetworkRun  : public RuntimeInfo {

public :

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

      virtual RuntimeInfo * connection( void ) 
        { return this; }

      State_t detectState( void );

protected :

      QString setMyState( NodeCollection * , Action_t, bool );
};