From a1bcbe41d45924713c4ead9b25ac5518473c9ca9 Mon Sep 17 00:00:00 2001 From: korovkin Date: Fri, 14 Apr 2006 19:22:37 +0000 Subject: Added RFCOMM <-> serial line forwarding functionality. --- (limited to 'noncore/net/opietooth/manager/bluebase.h') 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 @@ -17,6 +17,7 @@ #include "popuphelper.h" #include "bticonloader.h" +#include "forwarder.h" #include #include @@ -79,6 +80,7 @@ namespace OpieTooth { QPixmap m_findPix; BTIconLoader *m_iconLoader; + SerialForwarder* forwarder; private slots: void addSearchedDevices( const QValueList &newDevices ); @@ -91,6 +93,8 @@ namespace OpieTooth { void startServiceActionHold( QListViewItem *, const QPoint &, int ); void deviceActive( const QString& mac, bool connected ); void applyConfigChanges(); + void doForward(); + void forwardExit(Opie::Core::OProcess* proc); void addSignalStrength(); void addSignalStrength( const QString& mac, const QString& strengh ); void rfcommDialog(); -- cgit v0.9.0.2