summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/network/networkrun.h
blob: ac186e71511f837fd38f526fcf0e2e67a5b912ec (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( NetworkSetup * , Action_t, bool );
};