23 #ifndef _TelepathyQt_test_backdoors_h_HEADER_GUARD_    24 #define _TelepathyQt_test_backdoors_h_HEADER_GUARD_    26 #ifdef IN_TP_QT_HEADER    27 #error "This file is an internal header and should never be included by a public one"    30 #include <TelepathyQt/Global>    31 #include <TelepathyQt/ConnectionCapabilities>    32 #include <TelepathyQt/ContactCapabilities>    36 #ifndef DOXYGEN_SHOULD_SKIP_THIS    45 struct TP_QT_EXPORT TestBackdoors
    47     static void invalidateProxy(DBusProxy *proxy, 
const QString &reason, 
const QString &message);
    49     static ConnectionCapabilities createConnectionCapabilities(
    50             const RequestableChannelClassSpecList &rccSpecs);
    51     static ContactCapabilities createContactCapabilities(
    52             const RequestableChannelClassSpecList &rccSpecs, 
bool specificToContact);
 Definition: abstract-adaptor.cpp:31