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
13 class TQString;
14 class TQT_DBusConnection;
15 class TQT_DBusError;
16 class TQT_DBusMessage;
17 class TQT_DBusObjectPath;
18 class TQT_DBusProxy;
19 class TQT_DBusVariant;
20 template <typename K, typename V> class TQMap;
21 
22 namespace org
23 {
24 namespace bluez
25 {
26 namespace obex
27 {
28 
29 class Client1Proxy : public TQObject
30 {
31  TQ_OBJECT
32 
33 public:
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 
40 public:
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 
45 protected:
46  TQT_DBusProxy* m_baseProxy;
47 
48 private: // 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)
Client1Proxy & operator=(const Client1Proxy &)
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(const Client1Proxy &)