[ACR][Modify] Change AppWidgetPopupProvider::RequestUpdateToAppWidget() accessibilty
authorjungmin76.park <jungmin76.park@samsung.com>
Wed, 17 Apr 2013 06:02:16 +0000 (15:02 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 17 Apr 2013 11:58:38 +0000 (20:58 +0900)
Change-Id: I3a2963d2a393c626a78e4ddc80000f99c4904910
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
inc/FShellAppWidgetPopupProvider.h
inc/FShellAppWidgetProviderManager.h

index 761d019..47e413c 100644 (file)
@@ -43,6 +43,18 @@ class AppWidgetPopup;
 class _OSP_EXPORT_ AppWidgetPopupProvider
        : public Tizen::Base::Object
 {
+public:
+       /**
+        * Requests AppWidget service to trigger specified AppWidget update
+        *
+        * @since       2.1
+        *
+        * @return      An error code
+        * @exception   E_SUCCESS                       The method is successful.
+        * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.
+        */
+       result RequestUpdateToAppWidget(void);
+
 protected:
        /**
         *      This is the default constructor for this class.
@@ -113,15 +125,6 @@ protected:
         */
        const Tizen::Shell::AppWidgetPopup* GetAppWidgetPopup(void) const;
 
-       /**
-        * Requests AppWidget service to trigger specified AppWidget update
-        *
-        * @since       2.1
-        *
-        * @exception   E_SUCCESS                       The method is successful.
-        * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.
-        */
-       result RequestUpdateToAppWidget(void);
 
 protected:
        //
index df97097..e599d73 100755 (executable)
@@ -171,11 +171,11 @@ private:
        //
        virtual ~AppWidgetProviderManager(void);
 
-       /**
-        * The implementation of this copy assignment operator is intentionally blank and declared as private to prohibit copying of objects.
-        *
-        * @since       2.1
-        */
+       //
+       // The implementation of this copy assignment operator is intentionally blank and declared as private to prohibit copying of objects.
+       //
+       // @since       2.1
+       //
        AppWidgetProviderManager& operator =(const AppWidgetProviderManager& rhs);
 
        //