summaryrefslogtreecommitdiff
path: root/core/launcher/irserver.h
authorsimon <simon>2002-11-21 11:48:43 (UTC)
committer simon <simon>2002-11-21 11:48:43 (UTC)
commit74b4b55fd5f09c1b8f38228488aa5876e40c0ae3 (patch) (unidiff)
tree89864acf81f4628c296e13279d59d0f6a1466e98 /core/launcher/irserver.h
parent8fd6ee827a8d0fce2ba318fb3715296a95c5556b (diff)
downloadopie-74b4b55fd5f09c1b8f38228488aa5876e40c0ae3.zip
opie-74b4b55fd5f09c1b8f38228488aa5876e40c0ae3.tar.gz
opie-74b4b55fd5f09c1b8f38228488aa5876e40c0ae3.tar.bz2
- do proper reference counting on the ObexInterface object. reviewed by
sandman
Diffstat (limited to 'core/launcher/irserver.h') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/irserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/launcher/irserver.h b/core/launcher/irserver.h
index f9f682f..b3434dd 100644
--- a/core/launcher/irserver.h
+++ b/core/launcher/irserver.h
@@ -5,6 +5,7 @@
5 5
6class QCopChannel; 6class QCopChannel;
7class QLibrary; 7class QLibrary;
8struct ObexInterface;
8 9
9class IrServer : public QObject 10class IrServer : public QObject
10{ 11{
@@ -15,6 +16,7 @@ public:
15 16
16private: 17private:
17 QLibrary *lib; 18 QLibrary *lib;
19 ObexInterface *iface;
18}; 20};
19 21
20#endif 22#endif