3 #if !defined(AGENT1INTERFACE_H_INCLUDED)
4 #define AGENT1INTERFACE_H_INCLUDED
10 #include <tqdbuserror.h>
11 #include <tqdbusmessage.h>
12 #include <tqdbusobject.h>
18 class TQT_DBusObjectPath;
34 static const TQCString
interface() {
return TQCString(
"org.bluez.obex.Agent1"); }
void callReleaseAsync(const TQT_DBusMessage &message)
virtual void ReleaseAsyncError(int asyncCallId, const TQT_DBusError &error)
TQMap< int, TQT_DBusMessage > m_asyncCalls
virtual void CancelAsyncError(int asyncCallId, const TQT_DBusError &error)
virtual ~Agent1Interface()
virtual void handleMethodReply(const TQT_DBusMessage &reply)=0
virtual void CancelAsync(int asyncCallId)=0
static const TQCString interface()
virtual void AuthorizePushAsyncReply(int asyncCallId, const TQString &filepath)
void callAuthorizePushAsync(const TQT_DBusMessage &message)
virtual void CancelAsyncReply(int asyncCallId)
void callCancelAsync(const TQT_DBusMessage &message)
virtual void AuthorizePushAsync(int asyncCallId, const TQT_DBusObjectPath &transfer)=0
virtual void ReleaseAsync(int asyncCallId)=0
static void buildIntrospectionData(TQDomElement &interfaceElement)
virtual void ReleaseAsyncReply(int asyncCallId)
virtual void AuthorizePushAsyncError(int asyncCallId, const TQT_DBusError &error)
virtual bool handleMethodCall(const TQT_DBusMessage &message)