DPL: changing namespace of imported classes to SecurityManager
[platform/core/security/security-manager.git] / src / server / dpl / core / include / dpl / fstream_accessors.h
index 5d6379a..09f2dc2 100644 (file)
@@ -25,7 +25,7 @@
 #ifndef SECURITY_MANAGER_FSTREAM_ACCESSORS_H
 #define SECURITY_MANAGER_FSTREAM_ACCESSORS_H
 
-namespace DPL {
+namespace SecurityManager {
 
 /*
  * Bypass lack of public member function to get file
@@ -43,6 +43,6 @@ public:
     }
 };
 
-} // namespace DPL
+} // namespace SecurityManager
 
 #endif // SECURITY_MANAGER_FSTREAM_ACCESSORS_H