Rule management added.
[platform/core/security/suspicious-activity-monitor.git] / daemon / sysinfo.h
similarity index 97%
rename from communication/inc/sysinfo.h
rename to daemon/sysinfo.h
index 565a754..eff7abb 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <string>
 
-namespace NetworkManager
+namespace agent
 {
 
 /**
@@ -72,6 +72,6 @@ public:
     static std::string tizenId();
 };
 
-} // namespace NetworkManager
+} // namespace communication
 
 #endif // SYSINFO_H