tdebluez
client1Proxy.h
Go to the documentation of this file.
1// File autogenerated
2
3#if !defined(CLIENT1PROXY_H_INCLUDED)
4#define CLIENT1PROXY_H_INCLUDED
5
6// TQt includes
7#include <tqobject.h>
8
9// TQt D-Bus includes
10#include <tqdbuserror.h>
11
12// forward declarations
13class TQString;
14class TQT_DBusConnection;
15class TQT_DBusError;
16class TQT_DBusMessage;
17class TQT_DBusObjectPath;
18class TQT_DBusProxy;
19class TQT_DBusVariant;
20template <typename K, typename V> class TQMap;
21
22namespace org
23{
24namespace bluez
25{
26namespace obex
27{
28
29class Client1Proxy : public TQObject
30{
31 TQ_OBJECT
32
33public:
34 Client1Proxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
35
36 virtual ~Client1Proxy();
37
38 void setConnection(const TQT_DBusConnection& connection);
39
40public:
41 virtual bool CreateSession(const TQString& destination, const TQMap< TQString, TQT_DBusVariant >& args, TQT_DBusObjectPath& session, TQT_DBusError& error);
42
43 virtual bool RemoveSession(const TQT_DBusObjectPath& session, TQT_DBusError& error);
44
45protected:
46 TQT_DBusProxy* m_baseProxy;
47
48private: // Hiding copy constructor and assignment operator
51}; // class Client1Proxy
52
53}; // namespace obex
54
55}; // namespace bluez
56
57}; // namespace org
58
59#endif //CLIENT1PROXY_H_INCLUDED
60
61// End of File
62
void setConnection(const TQT_DBusConnection &connection)
virtual bool RemoveSession(const TQT_DBusObjectPath &session, TQT_DBusError &error)
virtual bool CreateSession(const TQString &destination, const TQMap< TQString, TQT_DBusVariant > &args, TQT_DBusObjectPath &session, TQT_DBusError &error)
Client1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
Client1Proxy & operator=(const Client1Proxy &)
Client1Proxy(const Client1Proxy &)