X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/231467a924a410519d6f23361916c30a2cf47b25..f8258df50088e0835895c17d8cfee52a6397c51a:/tests/test_reconnect_on_tariff_change.cpp diff --git a/tests/test_reconnect_on_tariff_change.cpp b/tests/test_reconnect_on_tariff_change.cpp index 2bb0438c..42f76d0b 100644 --- a/tests/test_reconnect_on_tariff_change.cpp +++ b/tests/test_reconnect_on_tariff_change.cpp @@ -11,6 +11,9 @@ #include "testusers.h" #include "testservices.h" +namespace +{ + class AFTER_CONNECTED_NOTIFIER : public PROPERTY_NOTIFIER_BASE, private NONCOPYABLE { public: @@ -41,6 +44,8 @@ class TEST_SETTINGS_LOCAL : public TEST_SETTINGS { bool reconnectOnTariffChange; }; +} + namespace tut { struct reconnect_on_tariff_change_data {