Merge "fix klocwork issue" into tizen_2.2
[platform/framework/native/uifw.git] / inc / FUiCtrlGroupedList.h
index c2d7600..e75a552 100644 (file)
@@ -9,17 +9,19 @@
 //     http://www.apache.org/licenses/LICENSE-2.0/
 //
 // Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an ”AS IS” BASIS,
+// distributed under the License is distributed on an "AS IS" BASIS,
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
 //
 
 /**
+ * @if OSPDEPREC
  * @file       FUiCtrlGroupedList.h
  * @brief      This is the header file for the %GroupedList class.
  *
  * This header file contains the declarations of the %GroupedList class and its helper classes.
+ * @endif
  */
 
 #ifndef _FUI_CTRL_GROUPED_LIST_H_
@@ -163,7 +165,7 @@ GroupedListSample::OnInitializing(void)
        }
 
        // Adds the grouped list to the form
-       AddControl(*__pGroupedList);
+       AddControl(__pGroupedList);
 
        // Deallocates bitmaps
        delete pBitmapNormal;
@@ -296,7 +298,7 @@ public:
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG   A specified input parameter is invalid.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks    
+        * @remarks
         *                      - The size of the control must be within the range as defined by the minimum and maximum size.
         *                      - The minimum size of this control is 274 x 148 on a WVGA screen, 180 x 96 on a HVGA screen and 137 x 74 on a WQVGA screen.
         * @endif
@@ -374,7 +376,7 @@ public:
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG   The specified @c groupIndex is invalid.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks             
+        * @remarks
         *                      - When the specified group is removed, all the items in the group are also removed.
         *                      - The removed list items are deleted from the memory.
         * @endif
@@ -392,8 +394,8 @@ public:
         * @return              An error code
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks             
-        *                      - When the specified group is removed, all the items in the group are also removed. 
+        * @remarks
+        *                      - When the specified group is removed, all the items in the group are also removed.
         *                      - The removed list items are deleted from the memory.
         * @endif
         */
@@ -427,7 +429,7 @@ public:
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG   The specified @c groupIndex or @c itemId is invalid.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks     
+        * @remarks
         *                      - The added item is deleted automatically when the list is destroyed.
         *                      - Do not add, insert, or set an item that already belongs to a %GroupedList control.
         * @endif
@@ -450,7 +452,7 @@ public:
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG   The specified @c groupIndex or @c itemId is invalid.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks     
+        * @remarks
         *                      - The inserted item is deleted automatically when the list is destroyed.
         *                      - Do not add, insert, or set an item that already belongs to a %GroupedList control.
         * @endif