summaryrefslogtreecommitdiff
path: root/core/obex/btobex.h
Unidiff
Diffstat (limited to 'core/obex/btobex.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/obex/btobex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/obex/btobex.h b/core/obex/btobex.h
index 7e91c06..d9bd886 100644
--- a/core/obex/btobex.h
+++ b/core/obex/btobex.h
@@ -23,24 +23,25 @@
23 If not, write to the Free Software Foundation, 23 If not, write to the Free Software Foundation,
24 Inc., 59 Temple Place - Suite 330, 24 Inc., 59 Temple Place - Suite 330,
25 Boston, MA 02111-1307, USA. 25 Boston, MA 02111-1307, USA.
26 26
27*/ 27*/
28/* 28/*
29 * The Bluetooth OBEX manipulating class declaration 29 * The Bluetooth OBEX manipulating class declaration
30 */ 30 */
31 31
32 32
33#ifndef OpieBtObex_H 33#ifndef OpieBtObex_H
34#define OpieBtObex_H 34#define OpieBtObex_H
35#ifdef BLUETOOTH
35 36
36#include "obexbase.h" 37#include "obexbase.h"
37#include <qobject.h> 38#include <qobject.h>
38#include <services.h> 39#include <services.h>
39#include <manager.h> 40#include <manager.h>
40#include <obexpush.h> 41#include <obexpush.h>
41#include "obexserver.h" 42#include "obexserver.h"
42 43
43namespace Opie {namespace Core {class OProcess;}} 44namespace Opie {namespace Core {class OProcess;}}
44class QCopChannel; 45class QCopChannel;
45using namespace OpieTooth; 46using namespace OpieTooth;
46namespace OpieObex { 47namespace OpieObex {
@@ -105,14 +106,14 @@ private slots:
105 void slotExited(Opie::Core::OProcess*) ; 106 void slotExited(Opie::Core::OProcess*) ;
106 void slotStdOut(Opie::Core::OProcess*, char*, int); 107 void slotStdOut(Opie::Core::OProcess*, char*, int);
107 void slotError(); 108 void slotError();
108 void slotFoundServices(const QString&, Services::ValueList); 109 void slotFoundServices(const QString&, Services::ValueList);
109 110
110 private: 111 private:
111 void sendNow(); 112 void sendNow();
112 QString parseOut(); 113 QString parseOut();
113 void received(); 114 void received();
114 }; 115 };
115}; 116};
116 117
117 118#endif //BLUETOOTH
118#endif 119#endif