summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/modem/modemrun.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/modem/modemrun.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/networksettings2/modem/modemrun.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/modem/modemrun.h b/noncore/settings/networksettings2/modem/modemrun.h
new file mode 100644
index 0000000..719ab2f
--- a/dev/null
+++ b/noncore/settings/networksettings2/modem/modemrun.h
@@ -0,0 +1,22 @@
+#include <asline.h>
+#include "modemdata.h"
+
+class ModemRun : public AsLine {
+
+public :
+
+ ModemRun( ANetNodeInstance * NNI,
+ ModemData & Data ) : AsLine ( NNI )
+ { }
+
+protected :
+
+ void detectState( NodeCollection * )
+ { }
+
+ bool setState( NodeCollection *, Action_t )
+ { return 0; }
+
+ bool canSetState( State_t, Action_t )
+ { return 0; }
+};