summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/lib/services.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/lib/services.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/lib/services.h15
1 files changed, 10 insertions, 5 deletions
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<ProfileDescriptor> m_profiles;
+ QValueList<ProtocolDescriptor> m_protocols;
};
};
#endif