tdebluez
networkserver1Proxy.h
Go to the documentation of this file.
1 // File autogenerated
2 
3 #if !defined(NETWORKSERVER1PROXY_H_INCLUDED)
4 #define NETWORKSERVER1PROXY_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_DBusProxy;
18 
19 namespace org
20 {
21 namespace bluez
22 {
23 
24 class NetworkServer1Proxy : public TQObject
25 {
26  TQ_OBJECT
27 
28 public:
29  NetworkServer1Proxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
30 
31  virtual ~NetworkServer1Proxy();
32 
33  void setConnection(const TQT_DBusConnection& connection);
34 
35 public:
36  virtual bool Register(const TQString& uuid, const TQString& bridge, TQT_DBusError& error);
37 
38  virtual bool Unregister(const TQString& uuid, TQT_DBusError& error);
39 
40 protected:
41  TQT_DBusProxy* m_baseProxy;
42 
43 private: // Hiding copy constructor and assignment operator
46 }; // class NetworkServer1Proxy
47 
48 }; // namespace bluez
49 
50 }; // namespace org
51 
52 #endif //NETWORKSERVER1PROXY_H_INCLUDED
53 
54 // End of File
55 
virtual bool Unregister(const TQString &uuid, TQT_DBusError &error)
NetworkServer1Proxy(const TQString &service, const TQString &path, TQObject *parent=0, const char *name=0)
NetworkServer1Proxy(const NetworkServer1Proxy &)
virtual bool Register(const TQString &uuid, const TQString &bridge, TQT_DBusError &error)
void setConnection(const TQT_DBusConnection &connection)
NetworkServer1Proxy & operator=(const NetworkServer1Proxy &)