Rename domain to zone in files names 68/31368/1
authorDariusz Michaluk <d.michaluk@samsung.com>
Thu, 4 Dec 2014 10:49:49 +0000 (11:49 +0100)
committerDariusz Michaluk <d.michaluk@samsung.com>
Thu, 4 Dec 2014 10:51:03 +0000 (11:51 +0100)
Change-Id: If4e79cb41a4af6398ca27ba4c434554dbc090c16
Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
common/lxc/zone.cpp [moved from common/lxc/domain.cpp with 99% similarity]
common/lxc/zone.hpp [moved from common/lxc/domain.hpp with 97% similarity]
server/container-admin.hpp
tests/unit_tests/lxc/ut-zone.cpp [moved from tests/unit_tests/lxc/ut-domain.cpp with 99% similarity]

similarity index 99%
rename from common/lxc/domain.cpp
rename to common/lxc/zone.cpp
index 6df0317..c7736f5 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "config.hpp"
 #include "logger/logger.hpp"
-#include "lxc/domain.hpp"
+#include "lxc/zone.hpp"
 #include "lxc/exception.hpp"
 #ifdef USE_EXEC
 #include "utils/execute.hpp"
similarity index 97%
rename from common/lxc/domain.hpp
rename to common/lxc/zone.hpp
index 55eecd8..6ea5e3a 100644 (file)
@@ -22,8 +22,8 @@
  * @brief   Lxc zone
  */
 
-#ifndef COMMON_LXC_DOMAIN_HPP
-#define COMMON_LXC_DOMAIN_HPP
+#ifndef COMMON_LXC_ZONE_HPP
+#define COMMON_LXC_ZONE_HPP
 
 #include <string>
 
@@ -148,4 +148,4 @@ private:
 } // namespace security_containers
 
 
-#endif // COMMON_LXC_DOMAIN_HPP
+#endif // COMMON_LXC_ZONE_HPP
index 67a8485..c40f30c 100644 (file)
@@ -27,7 +27,7 @@
 #define SERVER_CONTAINER_ADMIN_HPP
 
 #include "container-config.hpp"
-#include "lxc/domain.hpp"
+#include "lxc/zone.hpp"
 
 
 namespace security_containers {
similarity index 99%
rename from tests/unit_tests/lxc/ut-domain.cpp
rename to tests/unit_tests/lxc/ut-zone.cpp
index d618a11..bf8779d 100644 (file)
@@ -26,7 +26,7 @@
 #include "config.hpp"
 #include "ut.hpp"
 
-#include "lxc/domain.hpp"
+#include "lxc/zone.hpp"
 #include "lxc/exception.hpp"
 #include "utils/scoped-dir.hpp"