#include "testusers.h"
#include "testservices.h"
+namespace
+{
+
class AFTER_CONNECTED_NOTIFIER : public PROPERTY_NOTIFIER_BASE<bool>,
private NONCOPYABLE {
public:
bool reconnectOnTariffChange;
};
+}
+
namespace tut
{
struct reconnect_on_tariff_change_data {