summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/bluebase.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/bluebase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/bluebase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/bluebase.h b/noncore/net/opietooth/manager/bluebase.h
index 48883d2..0128a88 100644
--- a/noncore/net/opietooth/manager/bluebase.h
+++ b/noncore/net/opietooth/manager/bluebase.h
@@ -19,2 +19,3 @@
#include "bticonloader.h"
+#include "forwarder.h"
@@ -81,2 +82,3 @@ namespace OpieTooth {
BTIconLoader *m_iconLoader;
+ SerialForwarder* forwarder;
@@ -93,2 +95,4 @@ namespace OpieTooth {
void applyConfigChanges();
+ void doForward();
+ void forwardExit(Opie::Core::OProcess* proc);
void addSignalStrength();