00001
00023 #ifndef _TelepathyQt4_test_backdoors_h_HEADER_GUARD_
00024 #define _TelepathyQt4_test_backdoors_h_HEADER_GUARD_
00025
00026 #ifdef IN_TELEPATHY_QT4_HEADER
00027 #error "This file is an internal header and should never be included by a public one"
00028 #endif
00029
00030 #include <TelepathyQt4/Global>
00031
00032 #include <QString>
00033
00034 #ifndef DOXYGEN_SHOULD_SKIP_THIS
00035
00036 namespace Tp
00037 {
00038
00039 class DBusProxy;
00040
00041
00042
00043 struct TELEPATHY_QT4_EXPORT TestBackdoors
00044 {
00045 static void invalidateProxy(DBusProxy *proxy, const QString &reason, const QString &message);
00046 };
00047
00048 }
00049
00050 #endif
00051
00052 #endif