From 52e5ef5261c6b098f28f1ad8793a2743ce9c5daa Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 30 May 2002 20:55:31 +0000 Subject: remote device interface --- (limited to 'noncore/net/opietooth/lib/remotedevice.h') diff --git a/noncore/net/opietooth/lib/remotedevice.h b/noncore/net/opietooth/lib/remotedevice.h new file mode 100644 index 0000000..8e5baa5 --- a/dev/null +++ b/noncore/net/opietooth/lib/remotedevice.h @@ -0,0 +1,24 @@ + +#ifndef OpieToothRemoteDevice +#define OpieToothRemoteDevice + +#include + +namespace OpieTooth{ + class RemoteDevices { + public: + typedef QValueList ValueList; + RemoteDevices(); + RemoteDevices(const RemoteDevices& ); + RemoteDevices(const QString &mac, const QString &name ); + ~RemoteDevices(); + friend bool operator==(const RemoteDevices&, const RemoteDevices&); + RemoteDevies &operator=(const RemoteDevices& ); + QString mac()const; + void setMac(const QString& mac ); + QString name()const; + void setName( const QString& name ); + }; +}; + +#endif -- cgit v0.9.0.2