summaryrefslogtreecommitdiff
path: root/core/obex/obeximpl.h
Side-by-side diff
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 @@
#include <obexinterface.h>
namespace OpieObex {
class ObexHandler;
class ObexImpl : public ObexInterface {
public:
ObexImpl();
virtual ~ObexImpl();
QRESULT queryInterface( const QUuid&, QUnknownInterface** );
Q_REFCOUNT
private:
- ulong ref;
ObexHandler *m_handler;
};
};
#endif