merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / API / DEPRACATED / AppLauncher / IAppLauncherManager.h
index bb07021..3939e83 100644 (file)
@@ -47,15 +47,16 @@ class IAppLauncherManager : public EventRequestReceiverGetDefaultApplication,
     IAppLauncherManager();
     virtual ~IAppLauncherManager();
     virtual void getDefaultApplication(
-            const EventGetDefaultApplicationPtr &event);
+        const EventGetDefaultApplicationPtr &event);
     virtual void getInstalledApplications(
-            const EventGetInstalledApplicationsPtr &event);
+        const EventGetInstalledApplicationsPtr &event);
     virtual void launchApplication(const EventLaunchApplicationPtr &event);
+
   protected:
     virtual void OnRequestReceived(const EventGetDefaultApplicationPtr &event)
         = 0;
     virtual void OnRequestReceived(
-            const EventGetInstalledApplicationsPtr &event) = 0;
+        const EventGetInstalledApplicationsPtr &event) = 0;
     virtual void OnRequestReceived(const EventLaunchApplicationPtr &event) = 0;
 };