summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/vpn/vpnrun.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/vpn/vpnrun.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/vpn/vpnrun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/networksettings2/vpn/vpnrun.h b/noncore/settings/networksettings2/vpn/vpnrun.h
index 4d26298..c19b609 100644
--- a/noncore/settings/networksettings2/vpn/vpnrun.h
+++ b/noncore/settings/networksettings2/vpn/vpnrun.h
@@ -10,23 +10,23 @@ public :
10 10
11 VPNRun( ANetNodeInstance * NNI, VPNData & Data ) : 11 VPNRun( ANetNodeInstance * NNI, VPNData & Data ) :
12 AsConnection( NNI ) 12 AsConnection( NNI )
13 { } 13 { }
14 14
15 virtual AsConnection * asConnection( void ) 15 virtual AsConnection * asConnection( void )
16 { return (AsConnection *)this; } 16 { return (AsConnection *)this; }
17protected : 17protected :
18 18
19 void detectState( NodeCollection * ) 19 void detectState( NodeCollection * )
20 { } 20 { }
21 21
22 bool setState( NodeCollection *, Action_t ) 22 bool setState( NodeCollection *, Action_t, bool )
23 { return 0; } 23 { return 0; }
24 24
25 bool canSetState( State_t, Action_t ) 25 bool canSetState( State_t, Action_t )
26 { return 0; } 26 { return 0; }
27 27
28 bool handlesInterface( const QString & I ); 28 bool handlesInterface( const QString & I );
29 29
30}; 30};
31 31
32#endif 32#endif