From ca3838f3aa3bbfa3aba61f7aaa285b9be67ca426 Mon Sep 17 00:00:00 2001 From: harlekin Date: Mon, 10 Jun 2002 09:39:23 +0000 Subject: initial try --- (limited to 'core/applets/obex/obeximpl.h') diff --git a/core/applets/obex/obeximpl.h b/core/applets/obex/obeximpl.h new file mode 100644 index 0000000..996627b --- a/dev/null +++ b/core/applets/obex/obeximpl.h @@ -0,0 +1,25 @@ + +#ifndef OpieObexImpl_H +#define OpieObexImpl_H + +#include "../obexinterface.h" +#include + +namespace OpieObex { + class Obex; + class ObexImpl : public ObexInterface, public QObject { + Q_OBJECT + public: + ObexImpl(); + virtual ObexImpl(); + QRESULT queryInterface( const QUuid&, QUnknownInterface** ); + Q_REFCOUNT // for reference counting (macro ) + private: + ulong ref; + Obex* m_obex; // obex lib + QCopChannel *m_chan; + private slots: + void slotMessage( const QCString&, const QByteArray& ); + }; +}; +#endif -- cgit v0.9.0.2