From 3dd90236e7927028ff5c98635f8075189c9869c2 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Mon, 15 Dec 2014 19:28:05 +0100 Subject: namespace everything in libs with Akonadi2 --- common/storage.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'common/storage.h') diff --git a/common/storage.h b/common/storage.h index 2fac068..b6d6a07 100644 --- a/common/storage.h +++ b/common/storage.h @@ -5,6 +5,9 @@ #include #include +namespace Akonadi2 +{ + class AKONADI2COMMON_EXPORT Storage { public: enum AccessMode { ReadOnly, ReadWrite }; @@ -52,3 +55,5 @@ private: Private * const d; }; +} // namespace Akonadi2 + -- cgit v1.2.3