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"); }
52 virtual void AuthorizePushAsync(
int asyncCallId,
const TQT_DBusObjectPath& transfer) = 0;
79 #endif //AGENT1INTERFACE_H_INCLUDED virtual void AuthorizePushAsync(int asyncCallId, const TQT_DBusObjectPath &transfer)=0
virtual void handleMethodReply(const TQT_DBusMessage &reply)=0
static const TQCString interface()
void callReleaseAsync(const TQT_DBusMessage &message)
void callCancelAsync(const TQT_DBusMessage &message)
void callAuthorizePushAsync(const TQT_DBusMessage &message)
virtual void AuthorizePushAsyncError(int asyncCallId, const TQT_DBusError &error)
virtual bool handleMethodCall(const TQT_DBusMessage &message)
virtual void ReleaseAsyncReply(int asyncCallId)
virtual void CancelAsyncError(int asyncCallId, const TQT_DBusError &error)
virtual void CancelAsyncReply(int asyncCallId)
virtual void ReleaseAsyncError(int asyncCallId, const TQT_DBusError &error)
static void buildIntrospectionData(TQDomElement &interfaceElement)
virtual ~Agent1Interface()
virtual void AuthorizePushAsyncReply(int asyncCallId, const TQString &filepath)
virtual void CancelAsync(int asyncCallId)=0
virtual void ReleaseAsync(int asyncCallId)=0
TQMap< int, TQT_DBusMessage > m_asyncCalls