summaryrefslogtreecommitdiff
path: root/core/applets/obex/obex.h
Side-by-side diff
Diffstat (limited to 'core/applets/obex/obex.h') (more/less context) (show whitespace changes)
-rw-r--r--core/applets/obex/obex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/applets/obex/obex.h b/core/applets/obex/obex.h
index 4e78015..2ce44f2 100644
--- a/core/applets/obex/obex.h
+++ b/core/applets/obex/obex.h
@@ -28,2 +28,3 @@ namespace OpieObex {
void send( const QString& );
+ void setReceiveEnabled( bool = false );
signals:
@@ -57,2 +58,4 @@ namespace OpieObex {
OProcess *m_rec;
+ bool m_receive : 1;
+ void shutDownReceive();
@@ -69,2 +72,3 @@ namespace OpieObex {
void slotStdOut(OProcess*, char*, int);
+ void slotError();