X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFAppIAppControlListener.h;h=1abb694a17308ec50ff5f647a578cfb7aba3da39;hb=9646d95c0666d24d94fdefeedf94c951b9d6c812;hp=2f9dbbebc82ef2fb5b09a1179e0386f46385c8f6;hpb=9a0df6cc2044f98f0401ce8d288716f8f91dc87b;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FAppIAppControlListener.h b/inc/FAppIAppControlListener.h old mode 100755 new mode 100644 index 2f9dbbe..1abb694 --- a/inc/FAppIAppControlListener.h +++ b/inc/FAppIAppControlListener.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -16,10 +15,12 @@ // /** - * @file FAppIAppControlListener.h - * @brief This is the header file for the %IAppControlListener interface. + * @if OSPDEPREC + * @file FAppIAppControlListener.h + * @brief This is the header file for the %IAppControlListener interface. * * This header file contains the declarations of the %IAppControlListener interface. + * @endif */ #ifndef _FAPP_IAPP_CONTROL_LISTENER_H_ @@ -37,7 +38,7 @@ namespace Tizen { namespace App /** * @if OSPDEPREC * @interface IAppControlListener - * @brief [Deprecated] This interface defines a listener for the AppControl start and result events. + * @brief [Deprecated] This interface defines a listener for the %AppControl start and result events. * * @deprecated This interface is deprecated. Instead of using this interface, use the IAppControlResponseListener interface. * @since 2.0 @@ -52,7 +53,7 @@ class _OSP_EXPORT_ IAppControlListener public: /** * @if OSPDEPREC - * This polymorphic destructor should be overridden if required. + * This polymorphic destructor should be overridden if required. @n * This way, the destructors of the derived classes are called when the destructor of this interface is called. * * @brief [Deprecated]