Remove the temporary code for unauthorized application
[platform/framework/native/appfw.git] / inc / FAppIAppControlListener.h
index 8bfd226..1abb694 100644 (file)
@@ -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,9 +38,9 @@ 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 class is deprecated. Instead of using this interface, use the IAppControlResponseListener interface.
+ * @deprecated This interface is deprecated. Instead of using this interface, use the IAppControlResponseListener interface.
  * @since              2.0
  *
  * The %IAppControlListener interface defines a listener for the AppControl start and result events.
@@ -51,13 +52,13 @@ class _OSP_EXPORT_ IAppControlListener
 {
 public:
        /**
-         * @if OSPDEPREC
-        * This polymorphic destructor should be overridden if required.
+     * @if OSPDEPREC
+        * 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>
         *
-        * @deprecated  This class is deprecated. Instead of using this interface, use the IAppControlResponseListener interface.
+        * @deprecated  This interface is deprecated. Instead of using this interface, use the IAppControlResponseListener interface.
         * @since       2.0
         * @endif
         */
@@ -70,7 +71,7 @@ public:
         *
         * @brief               <i>[Deprecated]</i>
         *
-        * @deprecated  This class is deprecated. Instead of using this interface, use the IAppControlResponseListener interface.
+        * @deprecated  This interface is deprecated. Instead of using this interface, use the IAppControlResponseListener interface.
         * @since                       2.0
         *
         * @param[in]   pAppControl                     A pointer to the AppControl instance that is started