summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/irda/irdarun.h
Unidiff
Diffstat (limited to 'noncore/settings/networksettings2/irda/irdarun.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/irda/irdarun.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/irda/irdarun.h b/noncore/settings/networksettings2/irda/irdarun.h
index 4c903cc..4258aff 100644
--- a/noncore/settings/networksettings2/irda/irdarun.h
+++ b/noncore/settings/networksettings2/irda/irdarun.h
@@ -3,23 +3,26 @@
3 3
4class IRDARun : public AsLine { 4class IRDARun : public AsLine {
5 5
6public : 6public :
7 7
8 IRDARun( ANetNodeInstance * NNI, 8 IRDARun( ANetNodeInstance * NNI,
9 IRDAData & Data ) : AsLine( NNI ) 9 IRDAData & 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
15 virtual QString deviceFile( void )
16 { return QString( "/dev/irda" ); }
17
15protected : 18protected :
16 19
17 void detectState( NodeCollection * ) 20 void detectState( NodeCollection * )
18 { } 21 { }
19 22
20 bool setState( NodeCollection * , Action_t, bool ) 23 bool setState( NodeCollection * , Action_t, bool )
21 { return 0; } 24 { return 0; }
22 25
23 bool canSetState( State_t , Action_t ) 26 bool canSetState( State_t , Action_t )
24 { return 0; } 27 { return 0; }
25}; 28};