X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fmodules%2FAPI%2FDEPRACATED%2FAppLauncher%2FEventGetDefaultApplication.h;h=e55f86520838722179870d5e604385bcfd224d64;hb=77e141d878e32a3fd306817b1305022074ff62c1;hp=dbd4ef7c13bc3bd69f7bc0c00a3bf102b95aa9cd;hpb=9c61c076f198660f9d9683fc1f091cbc95b3286b;p=platform%2Fframework%2Fweb%2Fwrt-plugins-common.git diff --git a/src/modules/API/DEPRACATED/AppLauncher/EventGetDefaultApplication.h b/src/modules/API/DEPRACATED/AppLauncher/EventGetDefaultApplication.h index dbd4ef7..e55f865 100644 --- a/src/modules/API/DEPRACATED/AppLauncher/EventGetDefaultApplication.h +++ b/src/modules/API/DEPRACATED/AppLauncher/EventGetDefaultApplication.h @@ -38,6 +38,7 @@ class EventGetDefaultApplication : public WrtPlugins::Platform::IEvent< std::string m_applicationFullPath; std::string m_applicationName; std::string m_mime; + public: void setMime(const std::string &value) { @@ -64,11 +65,9 @@ class EventGetDefaultApplication : public WrtPlugins::Platform::IEvent< return m_applicationName; } virtual void clearOnCancel() - { - } + {} EventGetDefaultApplication() - { - } + {} }; typedef DPL::SharedPtr