author | zecke <zecke> | 2002-06-12 17:24:59 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-06-12 17:24:59 (UTC) |
commit | 40ea15ee51ade4c3975d91d91717752560044f35 (patch) (side-by-side diff) | |
tree | 9e1f79ce7a3652ea1f85c84fbc7fbb6f7f856f72 | |
parent | d57ced2b9c8f3ac79bae54bef7d5026d24e2bb98 (diff) | |
download | opie-40ea15ee51ade4c3975d91d91717752560044f35.zip opie-40ea15ee51ade4c3975d91d91717752560044f35.tar.gz opie-40ea15ee51ade4c3975d91d91717752560044f35.tar.bz2 |
Obex
-rw-r--r-- | core/applets/obex/obeximpl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/applets/obex/obeximpl.h b/core/applets/obex/obeximpl.h index d5159e1..09aa4b3 100644 --- a/core/applets/obex/obeximpl.h +++ b/core/applets/obex/obeximpl.h @@ -16,11 +16,16 @@ namespace OpieObex { 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 slotCurrentTry( unsigned int ); + void slotDone(bool); + void slotReceivedFile(const QString & ); + void slotSent(); }; }; #endif |