Merge "Remove the memory leak on osp-security-service" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FAppIAppControlListener.h
old mode 100755 (executable)
new mode 100644 (file)
index 2f9dbbe..1abb694
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 //
 
 /**
- * @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              <i>[Deprecated]</i> This interface defines a listener for the AppControl start and result events.
+ * @brief              <i>[Deprecated]</i> 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               <i>[Deprecated]</i>