Modify tizen coding style
[platform/core/dotnet/launcher.git] / NativeLauncher / installer-plugin / common.h
index 5d69417..d36ae69 100644 (file)
 
 #include <functional>
 
-typedef std::function<void (const char*)> after_create;
-void create_ni_under_dirs(const char* root_paths[], int count, const char* ignores[], int igcount, after_create cb);
-void create_ni_under_dirs(const char* root_paths[], int count, after_create cb);
-void create_ni_under_dirs(const char* root_paths[], int count);
-int create_ni_under_pkg_root(const char* pkg_name);
-void create_ni_platform();
-void create_ni_select(const char* dll_path);
+typedef std::function<void (const char*)> afterCreate;
+void createNiUnderDirs(const char* rootPaths[], int count, const char* ignores[], int igcount, afterCreate cb);
+void createNiUnderDirs(const char* rootPaths[], int count, afterCreate cb);
+void createNiUnderDirs(const char* rootPaths[], int count);
+int createNiUnderPkgRoot(const char* pkgName);
+void createNiPlatform();
+void createNiSelect(const char* dllPath);
 
-#endif  // __INSTALLER_PLUGIN_COMMON_H__
+#endif /* __INSTALLER_PLUGIN_COMMON_H__ */