summaryrefslogtreecommitdiff
path: root/core/obex/btobex.h
Side-by-side diff
Diffstat (limited to 'core/obex/btobex.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/btobex.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/obex/btobex.h b/core/obex/btobex.h
index 5ab591c..099f04a 100644
--- a/core/obex/btobex.h
+++ b/core/obex/btobex.h
@@ -6,2 +6,4 @@
#include <qobject.h>
+#include <services.h>
+#include <manager.h>
@@ -9,2 +11,3 @@ namespace Opie {namespace Core {class OProcess;}}
class QCopChannel;
+using namespace OpieTooth;
namespace OpieObex {
@@ -57,2 +60,3 @@ namespace OpieObex {
QString m_bdaddr;
+ int m_port;
Opie::Core::OProcess *m_send;
@@ -60,2 +64,3 @@ namespace OpieObex {
bool m_receive : 1;
+ OpieTooth::Manager* btManager;
void shutDownReceive();
@@ -65,5 +70,6 @@ private slots:
// the process exited
- void slotExited(Opie::Core::OProcess* proc) ;
+ void slotExited(Opie::Core::OProcess*) ;
void slotStdOut(Opie::Core::OProcess*, char*, int);
void slotError();
+ void slotFoundServices(const QString&, Services::ValueList);