From 7eff37a7c8744fd0eee7bb93b42913fc9e213827 Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 30 May 2002 21:32:24 +0000 Subject: first bits of a impl --- (limited to 'noncore/net') diff --git a/noncore/net/opietooth/lib/device.cc b/noncore/net/opietooth/lib/device.cc new file mode 100644 index 0000000..b567e2b --- a/dev/null +++ b/noncore/net/opietooth/lib/device.cc @@ -0,0 +1,24 @@ + +#include "device.h" + +using namespace OpieTooth; + +Device::Device(const QString &device, const QString &mode ) + : QObject(0, "device" ){ + +} +Device::~Device(){ + +} +void Device::attach(){ + +} +void Device::detach(){ + +} +bool Device::isLoaded()const{ + return false; +} +QString Device::devName()const { + return QString::fromLatin1("hci0"); +}; diff --git a/noncore/net/opietooth/lib/device.h b/noncore/net/opietooth/lib/device.h index d6cf049..d23f24c 100644 --- a/noncore/net/opietooth/lib/device.h +++ b/noncore/net/opietooth/lib/device.h @@ -60,7 +60,7 @@ namespace OpieTooth { * @return &device QString, Devicename * @return up bool, if the device is up or not. */ - device(const QString& device, bool up ); + void device(const QString& device, bool up ); }; }; diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index 99274a7..7cededf 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro @@ -1,7 +1,7 @@ TEMPLATE = lib CONFIG += qte warn_on release -HEADERS = kprocctrl.h kprocess.h -SOURCES = kprocctrl.cpp kprocess.cpp +HEADERS = kprocctrl.h kprocess.h device.h +SOURCES = kprocctrl.cpp kprocess.cpp device.cc TARGET = opietooth INCLUDEPATH += $(OPIEDIR)/include DESTDIR = $(QTDIR)/lib$(PROJMAK) -- cgit v0.9.0.2