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
13class TQString;
14class TQT_DBusConnection;
15class TQT_DBusError;
16class TQT_DBusMessage;
17class TQT_DBusProxy;
18
19namespace org
20{
21namespace bluez
22{
23
24class NetworkServer1Proxy : public TQObject
25{
26 TQ_OBJECT
27
28public:
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
35public:
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
40protected:
41 TQT_DBusProxy* m_baseProxy;
42
43private: // 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 &)