summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/lirchandler.h
authorpaule <paule>2007-01-28 13:09:39 (UTC)
committer paule <paule>2007-01-28 13:09:39 (UTC)
commit7c04a4a9ceb843a3ca52b27840145ed598210068 (patch) (unidiff)
tree882c0fbca1340d9835074a502552ddf166ca497f /noncore/tools/remote/lirchandler.h
parent0db6862d81bd0444362fa6cd1edf0ae579639daa (diff)
downloadopie-7c04a4a9ceb843a3ca52b27840145ed598210068.zip
opie-7c04a4a9ceb843a3ca52b27840145ed598210068.tar.gz
opie-7c04a4a9ceb843a3ca52b27840145ed598210068.tar.bz2
Change to not use new for message boxes; rename sendIR parameter to a more appropriate name
Diffstat (limited to 'noncore/tools/remote/lirchandler.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/lirchandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/remote/lirchandler.h b/noncore/tools/remote/lirchandler.h
index 29894b4..c7665cb 100644
--- a/noncore/tools/remote/lirchandler.h
+++ b/noncore/tools/remote/lirchandler.h
@@ -20,19 +20,19 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20class LircHandler 20class LircHandler
21{ 21{
22private: 22private:
23 bool connectLirc(void); 23 bool connectLirc(void);
24 const char *readPacket(); 24 const char *readPacket();
25 25
26 struct sockaddr_un addr; 26 struct sockaddr_un addr;
27 int fd; 27 int fd;
28public: 28public:
29 LircHandler(void); 29 LircHandler(void);
30 QStringList getRemotes(void); 30 QStringList getRemotes(void);
31 QStringList getButtons(const char *remoteName); 31 QStringList getButtons(const char *remoteName);
32 int sendIR(const char *irbutton); 32 int sendIR(const char *lircaction);
33 bool startLircd(void); 33 bool startLircd(void);
34 bool stopLircd(void); 34 bool stopLircd(void);
35 bool isLircdRunning(void); 35 bool isLircdRunning(void);
36}; 36};
37 37
38#endif 38#endif