Rule management added.
[platform/core/security/suspicious-activity-monitor.git] / communication / inc / reportcomposer.h
index 06598a4..0ac8550 100644 (file)
@@ -28,7 +28,7 @@
 #include <jsoncpp/json/value.h>
 #include <memory>
 
-namespace NetworkManager
+namespace communication
 {
 
 typedef std::pair<std::string, Json::Value> ReportEvent;
@@ -79,6 +79,6 @@ private:
     Json::Value root;
 };
 
-} // namespace NetworkManager
+} // namespace communication
 
 #endif // REPORTCOMPOSER_H