You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebluez/src/libtdebluez/interfaces/profilemanager1Proxy.h

59 lines
1.3 KiB

// File autogenerated
#if !defined(PROFILEMANAGER1PROXY_H_INCLUDED)
#define PROFILEMANAGER1PROXY_H_INCLUDED
// TQt includes
#include <tqobject.h>
// TQt D-Bus includes
#include <tqdbuserror.h>
// forward declarations
class TQString;
class TQT_DBusConnection;
class TQT_DBusError;
class TQT_DBusMessage;
class TQT_DBusObjectPath;
class TQT_DBusProxy;
class TQT_DBusVariant;
template <typename K, typename V> class TQMap;
namespace org
{
namespace bluez
{
class ProfileManager1Proxy : public TQObject
{
Q_OBJECT
public:
ProfileManager1Proxy(const TQString& service, const TQString& path, TQObject* parent = 0, const char* name = 0);
virtual ~ProfileManager1Proxy();
void setConnection(const TQT_DBusConnection& connection);
public:
virtual bool RegisterProfile(const TQT_DBusObjectPath& profile, const TQString& UUID, const TQMap< TQString, TQT_DBusVariant >& options, TQT_DBusError& error);
virtual bool UnregisterProfile(const TQT_DBusObjectPath& profile, TQT_DBusError& error);
protected:
TQT_DBusProxy* m_baseProxy;
private: // Hiding copy constructor and assignment operator
ProfileManager1Proxy(const ProfileManager1Proxy&);
ProfileManager1Proxy& operator=(const ProfileManager1Proxy&);
}; // class ProfileManager1Proxy
}; // namespace bluez
}; // namespace org
#endif //PROFILEMANAGER1PROXY_H_INCLUDED
// End of File