From 7080f9f10443d7a8e61d01b5a1c0e9c972f6baca Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 03 Jun 2002 20:14:29 +0000 Subject: attaching and detaching is now working --- (limited to 'noncore/net/opietooth/lib/remotedevice.h') diff --git a/noncore/net/opietooth/lib/remotedevice.h b/noncore/net/opietooth/lib/remotedevice.h index 8e5baa5..96a27de 100644 --- a/noncore/net/opietooth/lib/remotedevice.h +++ b/noncore/net/opietooth/lib/remotedevice.h @@ -13,11 +13,15 @@ namespace OpieTooth{ RemoteDevices(const QString &mac, const QString &name ); ~RemoteDevices(); friend bool operator==(const RemoteDevices&, const RemoteDevices&); - RemoteDevies &operator=(const RemoteDevices& ); + RemoteDevices &operator=(const RemoteDevices& ); + bool isEmpty()const; QString mac()const; void setMac(const QString& mac ); QString name()const; void setName( const QString& name ); + private: + QString m_name; + QString m_mac; }; }; -- cgit v0.9.0.2