merge with master
[platform/framework/web/wrt-plugins-common.git] / src / plugins-installer / plugin_utils.h
old mode 100755 (executable)
new mode 100644 (file)
index 3109ab3..a542e28
 #include <sys/stat.h>
 
 namespace PluginUtils {
-
 bool checkFileExistance(const std::string& filename);
 
 std::string cutOffFileName(const std::string& path);
 bool checkPath(const std::string& path);
 bool checkPaths();
-
 }
 #endif // PLUGIN_UTILS_H