Code cleanup (#251)
[platform/core/dotnet/launcher.git] / NativeLauncher / inc / tac_common.h
index 88d4bd5..ae0a221 100644 (file)
 
 #include <functional>
 
-#ifndef DWORD
-#define DWORD uint32_t
-#endif
-
 typedef enum {
        TAC_ERROR_NONE = 0,
        TAC_ERROR_INVALID_PARAMETER = -1,
@@ -67,6 +63,6 @@ tac_error_e enableTACPackage(const std::string& pkgId);
  * @param[in] tpa list
  * @return std::vector<std::string> parser data
  */
-std::vector<std::string> depsJsonParser(std::string rootPath, std::string execName, std::string tpaList);
+std::vector<std::string> depsJsonParser(const std::string& rootPath, const std::string& execName, const std::string& tpaList);
 
 #endif /* __TAC_COMMON_H__ */