3 #if !defined(GATTMANAGER1INTERFACE_H_INCLUDED)
4 #define GATTMANAGER1INTERFACE_H_INCLUDED
7 #include <tqdbuserror.h>
8 #include <tqdbusobject.h>
14 class TQT_DBusObjectPath;
15 class TQT_DBusVariant;
16 template <
typename K,
typename V>
class TQMap;
30 static const TQCString
interface() {
return TQCString(
"org.bluez.GattManager1"); }
virtual bool RegisterApplication(const TQT_DBusObjectPath &application, const TQMap< TQString, TQT_DBusVariant > &options, TQT_DBusError &error)=0
virtual bool UnregisterApplication(const TQT_DBusObjectPath &application, TQT_DBusError &error)=0
TQT_DBusMessage callUnregisterApplication(const TQT_DBusMessage &message)
virtual void handleMethodReply(const TQT_DBusMessage &reply)=0
TQT_DBusMessage callRegisterApplication(const TQT_DBusMessage &message)
static const TQCString interface()
virtual ~GattManager1Interface()
static void buildIntrospectionData(TQDomElement &interfaceElement)
virtual bool handleMethodCall(const TQT_DBusMessage &message)