00001 #ifndef OPIE_OBEX_IMPL_QUERY_H 00002 #define OPIE_OBEX_IMPL_QUERY_H 00003 00004 #include <obexinterface.h> 00005 00006 namespace OpieObex { 00007 class ObexHandler; 00008 class ObexImpl : public ObexInterface { 00009 public: 00010 ObexImpl(); 00011 virtual ~ObexImpl(); 00012 QRESULT queryInterface( const QUuid&, QUnknownInterface** ); 00013 Q_REFCOUNT 00014 00015 private: 00016 ObexHandler *m_handler; 00017 00018 }; 00019 }; 00020 00021 #endif
1.4.2