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
@@ -26,6 +26,7 @@ namespace OpieObex {
*/
void receive();
void send( const QString& );
+ void setReceiveEnabled( bool = false );
signals:
/**
@@ -55,6 +56,8 @@ namespace OpieObex {
QString m_outp;
OProcess *m_send;
OProcess *m_rec;
+ bool m_receive : 1;
+ void shutDownReceive();
private slots:
@@ -67,6 +70,7 @@ namespace OpieObex {
// the process exited
void slotExited(OProcess* proc) ;
void slotStdOut(OProcess*, char*, int);
+ void slotError();
private:
void sendNow();