sl@0: /* Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.*/ sl@0: #ifndef TEST_UTILS_H sl@0: #define TEST_UTILS_H sl@0: #ifndef __SYMBIAN32__ sl@0: #include sl@0: #else sl@0: #include "config.h" sl@0: #endif //__SYMBIAN32__ sl@0: #define DBUS_COMPILATION /* Cheat and use private stuff */ sl@0: #include sl@0: #include sl@0: #include sl@0: #ifndef __SYMBIAN32__ sl@0: #include sl@0: #include sl@0: #else sl@0: #include "dbus-mainloop.h" sl@0: #include "dbus-internals.h" sl@0: #endif //__SYMBIAN32__ sl@0: #undef DBUS_COMPILATION sl@0: sl@0: dbus_bool_t test_connection_setup (DBusLoop *loop, sl@0: DBusConnection *connection); sl@0: void test_connection_shutdown (DBusLoop *loop, sl@0: DBusConnection *connection); sl@0: void test_connection_dispatch_all_messages (DBusConnection *connection); sl@0: dbus_bool_t test_connection_dispatch_one_message (DBusConnection *connection); sl@0: sl@0: sl@0: #endif