author | zecke <zecke> | 2002-06-12 17:26:39 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-06-12 17:26:39 (UTC) |
commit | 18c440751f4c0eba312074c290bf1416154a5655 (patch) (side-by-side diff) | |
tree | 9105b1a3c3e7d8160e2c95abdcd88ce965753ff0 | |
parent | 40ea15ee51ade4c3975d91d91717752560044f35 (diff) | |
download | opie-18c440751f4c0eba312074c290bf1416154a5655.zip opie-18c440751f4c0eba312074c290bf1416154a5655.tar.gz opie-18c440751f4c0eba312074c290bf1416154a5655.tar.bz2 |
Obex
-rw-r--r-- | core/applets/obex/obeximpl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/obex/obeximpl.h b/core/applets/obex/obeximpl.h index 09aa4b3..888bfea 100644 --- a/core/applets/obex/obeximpl.h +++ b/core/applets/obex/obeximpl.h @@ -12,20 +12,20 @@ namespace OpieObex { 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& ); - void slotError(int ); + /* void slotError(int ); void slotCurrentTry( unsigned int ); void slotDone(bool); void slotReceivedFile(const QString & ); - void slotSent(); + void slotSent();*/ }; }; #endif |