3 #if !defined(SESSION1INTERFACE_H_INCLUDED) 4 #define SESSION1INTERFACE_H_INCLUDED 7 #include <tqdbuserror.h> 8 #include <tqdbusobject.h> 29 static const TQCString
interface() {
return TQCString(
"org.bluez.obex.Session1"); }
32 virtual bool GetCapabilities(TQString& capabilities, TQT_DBusError& error) = 0;
50 #endif //SESSION1INTERFACE_H_INCLUDED virtual void handleMethodReply(const TQT_DBusMessage &reply)=0
static const TQCString interface()
virtual bool GetCapabilities(TQString &capabilities, TQT_DBusError &error)=0
static void buildIntrospectionData(TQDomElement &interfaceElement)
TQT_DBusMessage callGetCapabilities(const TQT_DBusMessage &message)
virtual bool handleMethodCall(const TQT_DBusMessage &message)
virtual ~Session1Interface()