From f117abbfaf2c17c5af700433d181266b4c8d5a7b Mon Sep 17 00:00:00 2001 From: zecke Date: Thu, 30 May 2002 18:06:48 +0000 Subject: Ok here are some bits of a lib and interfaces --- (limited to 'noncore/net/opietooth/lib/services.h') diff --git a/noncore/net/opietooth/lib/services.h b/noncore/net/opietooth/lib/services.h new file mode 100644 index 0000000..52d4893 --- a/dev/null +++ b/noncore/net/opietooth/lib/services.h @@ -0,0 +1,37 @@ + +#ifndef OpieToothServices_H +#define OpieToothServices_H + +#include + +namespace OpieTooth { + class Services { + class ProtocolDescriptor { + public: + typedef QValueList ValueList; + ProtocolDescriptor(const QString& ); + + }; + public: + typedef QValueList ValueList; + Services(); + Services(const Services& service ); + ~Services(); + + QString serviceName()const; + void setServiceName( const QString& service ); + + int recHandle()const; + void setRecHandle( int ); + + QString classIdList()const; + void setClassIdList( const QString& ); + int classIdListInt()const; + void setClassIdList(int ); + + + + + }; +}; +#endif -- cgit v0.9.0.2