23 #ifndef _TelepathyQt_dbus_error_h_HEADER_GUARD_ 
   24 #define _TelepathyQt_dbus_error_h_HEADER_GUARD_ 
   26 #ifndef IN_TP_QT_HEADER 
   27 #error IN_TP_QT_HEADER 
   30 #include <TelepathyQt/Global> 
   41     DBusError(
const QString &name, 
const QString &message);
 
   44     bool isValid()
 const { 
return mPriv != 0; }
 
   50     QString message() 
const;
 
   51     void set(
const QString &name, 
const QString &message);
 
   55     friend struct Private;
 
bool operator!=(const AccessControl &v1, const AccessControl &v2)
Definition: build/TelepathyQt/_gen/types.h:144
bool operator==(const SUSocketAddress &v1, const SUSocketAddress &v2)
Definition: types.cpp:50
Small container class, containing a D-Bus error. 
Definition: dbus-error.h:35
bool isValid() const 
Definition: dbus-error.h:44