Support tizen.5.5.0 rid
[platform/core/dotnet/launcher.git] / NativeLauncher / launcher / launcher.h
index 38934b4..e48f318 100644 (file)
 namespace tizen {
 namespace runtime {
 
-class LauncherInterface
-{
-       public:
-               virtual int initialize(bool standalone) = 0;
-               virtual void dispose() = 0;
-               virtual int launch(const char* appId, const char* root, const char* path, int argc, char* argv[]) = 0;
-};
-
 struct AppInfo {
        std::string root;
        std::string path;