Merge "remove badge dependency for legacy NotificationManager" into tizen_2.2
[platform/framework/native/appfw.git] / src / app / FApp_AppControlProviderManagerImpl.h
index c14c87a..58448ae 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);
@@ -47,7 +46,6 @@ class IAppControlProviderEventListener;
 /**
  * @class      _AppControlProviderManagerImpl
  * @brief      This class manages all the application controls.
- * @since 2.1
  *
  * The %_AppControlProviderManagerImpl class manages all the application controls.
  */
@@ -64,12 +62,12 @@ public:
 
        AppId GetClientAppId(RequestId reqId) const;
 
-       /** 
+       /**
         * Internal GetImpl() method.
         */
        static const _AppControlProviderManagerImpl* GetInstance(const AppControlProviderManager& ac);
 
-       /** 
+       /**
         * Internal GetImpl() method.
         */
        static _AppControlProviderManagerImpl* GetInstance(AppControlProviderManager& ac);
@@ -91,8 +89,8 @@ private:
        _AppControlProviderManagerImpl(const _AppControlProviderManagerImpl& rhs);
 
        /**
-        * This is the assignment operator for this class.
-        */
+       * This is the assignment operator for this class.
+       */
        _AppControlProviderManagerImpl& operator =(const _AppControlProviderManagerImpl& rhs);
 
        friend class AppControlProviderManager;