1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-23 08:13:51 +02:00

misc: remove legacy mocking inclusion

Change-Id: Ie187f459b136c36fbb65c21fdaa4f05958244474
This commit is contained in:
Sébastien Blin 2024-02-19 09:07:49 -05:00
parent 39da97396c
commit 0f62829588
6 changed files with 0 additions and 24 deletions

View file

@ -18,16 +18,12 @@
***************************************************************************/ ***************************************************************************/
#pragma once #pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/callmanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP #ifdef ENABLE_LIBWRAP
#include "../qtwrapper/callmanager_wrap.h" #include "../qtwrapper/callmanager_wrap.h"
#else #else
#include "callmanager_dbus_interface.h" #include "callmanager_dbus_interface.h"
#include <QDBusPendingReply> #include <QDBusPendingReply>
#endif #endif
#endif
#include <typedefs.h> #include <typedefs.h>
namespace CallManager { namespace CallManager {

View file

@ -18,9 +18,6 @@
***************************************************************************/ ***************************************************************************/
#pragma once #pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/configurationmanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP #ifdef ENABLE_LIBWRAP
#include "../qtwrapper/configurationmanager_wrap.h" #include "../qtwrapper/configurationmanager_wrap.h"
#else #else
@ -28,7 +25,6 @@
#include <QDBusPendingReply> #include <QDBusPendingReply>
#include "../qtwrapper/conversions_wrap.hpp" #include "../qtwrapper/conversions_wrap.hpp"
#endif #endif
#endif
#include <typedefs.h> #include <typedefs.h>
namespace ConfigurationManager { namespace ConfigurationManager {

View file

@ -18,16 +18,12 @@
***************************************************************************/ ***************************************************************************/
#pragma once #pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/instancemanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP #ifdef ENABLE_LIBWRAP
#include "../qtwrapper/instancemanager_wrap.h" #include "../qtwrapper/instancemanager_wrap.h"
#else #else
#include "instance_dbus_interface.h" #include "instance_dbus_interface.h"
#include <QDBusPendingReply> #include <QDBusPendingReply>
#endif #endif
#endif
#include <typedefs.h> #include <typedefs.h>
namespace InstanceManager { namespace InstanceManager {

View file

@ -17,16 +17,12 @@
***************************************************************************/ ***************************************************************************/
#pragma once #pragma once
#ifdef ENABLE_TEST
// #include "../../test/mocks/pluginmanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP #ifdef ENABLE_LIBWRAP
#include "pluginmanager_wrap.h" #include "pluginmanager_wrap.h"
#else #else
#include "plugin_dbus_interface.h" #include "plugin_dbus_interface.h"
#include <QDBusPendingReply> #include <QDBusPendingReply>
#endif #endif
#endif
#include <typedefs.h> #include <typedefs.h>

View file

@ -16,16 +16,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
***************************************************************************/ ***************************************************************************/
#pragma once #pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/presencemanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP #ifdef ENABLE_LIBWRAP
#include "../qtwrapper/presencemanager_wrap.h" #include "../qtwrapper/presencemanager_wrap.h"
#else #else
#include "presencemanager_dbus_interface.h" #include "presencemanager_dbus_interface.h"
#include <QDBusPendingReply> #include <QDBusPendingReply>
#endif #endif
#endif
#include <typedefs.h> #include <typedefs.h>

View file

@ -17,16 +17,12 @@
***************************************************************************/ ***************************************************************************/
#pragma once #pragma once
#ifdef ENABLE_TEST
#include "../../test/mocks/videomanager_mock.h"
#else
#ifdef ENABLE_LIBWRAP #ifdef ENABLE_LIBWRAP
#include "videomanager_wrap.h" #include "videomanager_wrap.h"
#else #else
#include "video_dbus_interface.h" #include "video_dbus_interface.h"
#include <QDBusPendingReply> #include <QDBusPendingReply>
#endif #endif
#endif
#include <typedefs.h> #include <typedefs.h>