summaryrefslogtreecommitdiff
path: root/core/obex/obeximpl.h
Unidiff
Diffstat (limited to 'core/obex/obeximpl.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/obeximpl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/obex/obeximpl.h b/core/obex/obeximpl.h
index 604eb8f..5cc9205 100644
--- a/core/obex/obeximpl.h
+++ b/core/obex/obeximpl.h
@@ -4,19 +4,18 @@
4#include <obexinterface.h> 4#include <obexinterface.h>
5 5
6namespace OpieObex { 6namespace OpieObex {
7 class ObexHandler; 7 class ObexHandler;
8 class ObexImpl : public ObexInterface { 8 class ObexImpl : public ObexInterface {
9 public: 9 public:
10 ObexImpl(); 10 ObexImpl();
11 virtual ~ObexImpl(); 11 virtual ~ObexImpl();
12 QRESULT queryInterface( const QUuid&, QUnknownInterface** ); 12 QRESULT queryInterface( const QUuid&, QUnknownInterface** );
13 Q_REFCOUNT 13 Q_REFCOUNT
14 14
15 private: 15 private:
16 ulong ref;
17 ObexHandler *m_handler; 16 ObexHandler *m_handler;
18 17
19 }; 18 };
20}; 19};
21 20
22#endif 21#endif