From a57325de7183c21df6b5ff06eff8cf7e3c328ef4 Mon Sep 17 00:00:00 2001 From: harlekin Date: Wed, 26 Mar 2003 22:30:46 +0000 Subject: ups --- (limited to 'noncore/net/opietooth/lib/startdunconnection.h') diff --git a/noncore/net/opietooth/lib/startdunconnection.h b/noncore/net/opietooth/lib/startdunconnection.h new file mode 100644 index 0000000..43a852a --- a/dev/null +++ b/noncore/net/opietooth/lib/startdunconnection.h @@ -0,0 +1,40 @@ +#ifndef startdunconnection_h +#define startdunconnection_h + +#include +#include "connection.h" +#include + +namespace OpieTooth { + + class StartDunConnection : StartConnection { + + Q_OBJECT + + public: + StartDunConnection(); + StartDunConnection( QString mac ); + ~StartDunConnection(); + + QString name(); + void setName( QString name ); + StartConnection::ConnectionType type(); + void setConnectionType( ); + void start(); + void stop(); + + private: + QString m_name; + QString m_mac; + ConnectionType m_connectionType; + OProcess* m_dunConnect; + + private slots: + void slotExited( OProcess* proc ); + void slotStdOut( OProcess* proc, char* chars, int len ); + }; + + +} + +#endif -- cgit v0.9.0.2