Home · All Classes · All Namespaces · Modules · Functions · Files

test-backdoors.h

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 namespace Tp
00035 {
00036 
00037 class DBusProxy;
00038 
00039 // Exported so the tests can use it even if they link dynamically
00040 // The header is not installed though, so this should be considered private API
00041 struct TELEPATHY_QT4_EXPORT TestBackdoors
00042 {
00043     static void invalidateProxy(DBusProxy *proxy, const QString &reason, const QString &message);
00044 };
00045 
00046 } // Tp
00047 
00048 #endif


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4 0.5.12