summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/modem/modemrun.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/modem/modemrun.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/modem/modemrun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/networksettings2/modem/modemrun.h b/noncore/settings/networksettings2/modem/modemrun.h
index 6d1662b..336462e 100644
--- a/noncore/settings/networksettings2/modem/modemrun.h
+++ b/noncore/settings/networksettings2/modem/modemrun.h
@@ -8,18 +8,18 @@ public :
8 ModemRun( ANetNodeInstance * NNI, 8 ModemRun( ANetNodeInstance * NNI,
9 ModemData & Data ) : AsLine ( NNI ) 9 ModemData & Data ) : AsLine ( NNI )
10 { } 10 { }
11 11
12 virtual AsLine * asLine( void ) 12 virtual AsLine * asLine( void )
13 { return (AsLine *)this; } 13 { return (AsLine *)this; }
14 14
15protected : 15protected :
16 16
17 void detectState( NodeCollection * ) 17 void detectState( NodeCollection * )
18 { } 18 { }
19 19
20 bool setState( NodeCollection *, Action_t ) 20 bool setState( NodeCollection *, Action_t, bool )
21 { return 0; } 21 { return 0; }
22 22
23 bool canSetState( State_t, Action_t ) 23 bool canSetState( State_t, Action_t )
24 { return 0; } 24 { return 0; }
25}; 25};