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