From 4a6ec712275b179decd1844232dce44bc9f9dc19 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 8 Dec 2017 10:37:30 +0000 Subject: Many more C++ namespace name changes (unity -> ayatana). --- tests/manual-test-snap.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/manual-test-snap.cpp') diff --git a/tests/manual-test-snap.cpp b/tests/manual-test-snap.cpp index d04cf14..95775c8 100644 --- a/tests/manual-test-snap.cpp +++ b/tests/manual-test-snap.cpp @@ -26,9 +26,9 @@ #include -using namespace unity::indicator::datetime; +using namespace ayatana::indicator::datetime; -namespace uin = unity::indicator::notifications; +namespace ain = ayatana::indicator::notifications; /*** **** @@ -91,7 +91,7 @@ int main(int argc, const char* argv[]) auto settings = std::make_shared(); settings->alarm_volume.set(volume); - auto notification_engine = std::make_shared("indicator-datetime-service"); + auto notification_engine = std::make_shared("indicator-datetime-service"); Snap snap (notification_engine, settings); snap(a, a.alarms.front(), on_snooze, on_ok); g_main_loop_run(loop); -- cgit v1.2.3