dispatcher
Change-Id: I5ff25afcba3f03249ae32cf9c656f69ecc38d424
diff --git a/src/action-log.hpp b/src/action-log.hpp
index 99bcb0e..263ec83 100644
--- a/src/action-log.hpp
+++ b/src/action-log.hpp
@@ -60,7 +60,7 @@
public:
ActionLog(Face& face, const boost::filesystem::path& path, SyncLogPtr syncLog,
- const std::string& sharedFolder, const std::string& appName,
+ const std::string& sharedFolder, const name::Component& appName,
OnFileAddedOrChangedCallback onFileAddedOrChanged, OnFileRemovedCallback onFileRemoved);
virtual ~ActionLog()
@@ -154,7 +154,7 @@
// Face& m_face;
std::string m_sharedFolderName;
- std::string m_appName;
+ name::Component m_appName;
OnFileAddedOrChangedCallback m_onFileAddedOrChanged;
OnFileRemovedCallback m_onFileRemoved;