3 #if !defined(SYNCHRONIZATION1PROXY_H_INCLUDED)
4 #define SYNCHRONIZATION1PROXY_H_INCLUDED
10 #include <tqdbuserror.h>
14 class TQT_DBusConnection;
16 class TQT_DBusMessage;
17 class TQT_DBusObjectPath;
32 Synchronization1Proxy(
const TQString& service,
const TQString& path, TQObject* parent = 0,
const char* name = 0);
39 virtual bool SetLocation(
const TQString& location, TQT_DBusError& error);
41 virtual bool GetPhonebook(TQT_DBusObjectPath& phonebook,
const TQString& sourcefile,
const TQString& targetfile, TQT_DBusError& error);
43 virtual bool PutPhonebook(
const TQString& sourcefile, TQT_DBusError& error);
virtual bool PutPhonebook(const TQString &sourcefile, TQT_DBusError &error)
virtual bool GetPhonebook(TQT_DBusObjectPath &phonebook, const TQString &sourcefile, const TQString &targetfile, TQT_DBusError &error)
void setConnection(const TQT_DBusConnection &connection)
Synchronization1Proxy(const Synchronization1Proxy &)
Synchronization1Proxy & operator=(const Synchronization1Proxy &)
virtual ~Synchronization1Proxy()
virtual bool SetLocation(const TQString &location, TQT_DBusError &error)
TQT_DBusProxy * m_baseProxy
Synchronization1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)