3 #if !defined(PROFILEMANAGER1INTERFACE_H_INCLUDED) 4 #define PROFILEMANAGER1INTERFACE_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.ProfileManager1"); }
35 virtual bool UnregisterProfile(
const TQT_DBusObjectPath& profile, TQT_DBusError& error) = 0;
53 #endif //PROFILEMANAGER1INTERFACE_H_INCLUDED static void buildIntrospectionData(TQDomElement &interfaceElement)
virtual void handleMethodReply(const TQT_DBusMessage &reply)=0
virtual bool handleMethodCall(const TQT_DBusMessage &message)
virtual bool UnregisterProfile(const TQT_DBusObjectPath &profile, TQT_DBusError &error)=0
TQT_DBusMessage callRegisterProfile(const TQT_DBusMessage &message)
virtual ~ProfileManager1Interface()
TQT_DBusMessage callUnregisterProfile(const TQT_DBusMessage &message)
static const TQCString interface()
virtual bool RegisterProfile(const TQT_DBusObjectPath &profile, const TQString &UUID, const TQMap< TQString, TQT_DBusVariant > &options, TQT_DBusError &error)=0