License and Privilege changes
[apps/osp/Call.git] / src / CallConfCallerListForm.cpp
index ad5e8f8..cdeaeb4 100644 (file)
@@ -1,7 +1,7 @@
 //
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
-// Licensed under the Flora License, Version 1.0 (the License);
+// Licensed under the Flora License, Version 1.1 (the License);
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
 //
@@ -148,7 +148,7 @@ ConfCallerListForm::CreateTableView(void)
 {
        __pList = static_cast <TableView*> (GetControl(IDC_CONF_CALL_LIST_TABLEVIEW));
        __pList->SetItemProvider(this);
-       AddControl(*__pList);
+       AddControl(__pList);
 }
 
 void
@@ -803,9 +803,9 @@ ConfCallerListForm::CreateItem(int itemIndex, int itemWidth)
                                break;
                }
        }
-       pItem->AddControl(*pSplitCallButton);
-       pItem->AddControl(*pCallLabel);
-       pItem->AddControl(*pEndCallButton);
+       pItem->AddControl(pSplitCallButton);
+       pItem->AddControl(pCallLabel);
+       pItem->AddControl(pEndCallButton);
        if(pDisplayName != null)
        {
                delete pDisplayName;