3 #if !defined(AGENT1PROXY_H_INCLUDED)
4 #define AGENT1PROXY_H_INCLUDED
11 #include <tqdbuserror.h>
15 class TQT_DBusConnection;
17 class TQT_DBusMessage;
18 class TQT_DBusObjectPath;
33 Agent1Proxy(
const TQString& service,
const TQString& path, TQObject* parent = 0,
const char* name = 0);
50 virtual bool ReleaseAsync(
int& asyncCallId, TQT_DBusError& error);
52 virtual bool AuthorizePushAsync(
int& asyncCallId,
const TQT_DBusObjectPath& transfer, TQT_DBusError& error);
54 virtual bool CancelAsync(
int& asyncCallId, TQT_DBusError& error);
virtual bool AuthorizePushAsync(int &asyncCallId, const TQT_DBusObjectPath &transfer, TQT_DBusError &error)
void AsyncErrorResponseDetected(int asyncCallId, const TQT_DBusError error)
Agent1Proxy(const Agent1Proxy &)
virtual bool CancelAsync(int &asyncCallId, TQT_DBusError &error)
virtual void slotHandleAsyncReply(int id, const TQT_DBusMessage &message)
TQMap< int, TQString > m_asyncCalls
Agent1Proxy & operator=(const Agent1Proxy &)
virtual bool ReleaseAsync(int &asyncCallId, TQT_DBusError &error)
void AuthorizePushAsyncReply(int asyncCallId, const TQString &filepath)
void setConnection(const TQT_DBusConnection &connection)
void ReleaseAsyncReply(int asyncCallId)
void CancelAsyncReply(int asyncCallId)
TQT_DBusProxy * m_baseProxy
Agent1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)