From 7b4a1dfd56b64e588d3fe6c75a51490df13e9797 Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 20 Jun 2002 22:23:44 +0000 Subject: German politicians suck --- (limited to 'noncore/net/opietooth/lib/services.h') diff --git a/noncore/net/opietooth/lib/services.h b/noncore/net/opietooth/lib/services.h index 65de049..881d383 100644 --- a/noncore/net/opietooth/lib/services.h +++ b/noncore/net/opietooth/lib/services.h @@ -63,7 +63,7 @@ namespace OpieTooth { /** * operator== */ - friend bool operator==(const ProfileDescriptor&, const ProfileDescriptor& ); +// friend bool operator==(const ProfileDescriptor&, const ProfileDescriptor& ); private: QString m_id; int m_idInt; @@ -94,8 +94,8 @@ namespace OpieTooth { int port()const; void setPort(int ); ProtocolDescriptor &operator=( const ProtocolDescriptor& ); - friend bool operator==( const ProtocolDescriptor&, - const ProtocolDescriptor& ); + //friend bool operator==( const ProtocolDescriptor&, + // const ProtocolDescriptor& ); private: QString m_name; int m_number; @@ -131,8 +131,13 @@ namespace OpieTooth { void removeProfileDescriptor(const ProfileDescriptor& ); ProfileDescriptor::ValueList profileDescriptor()const; - - + private: + QString m_name; + int m_recHandle; + QString m_classList; + int m_classId; + QValueList m_profiles; + QValueList m_protocols; }; }; #endif -- cgit v0.9.0.2