License and Privilege changes
[apps/osp/Call.git] / inc / CallConfCallerListForm.h
index 2db1439..c29efbd 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
 //
@@ -29,7 +29,7 @@
 #include "CallBaseForm.h"
 #include "CallTypes.h"
 
-class CallInfo;
+class AppCallInfo;
 
 /**
  * @class ConfCallerListForm
@@ -83,10 +83,6 @@ public:
 private:
        // Add the action listener for the buttons
        void AddActionListener(const Tizen::Base::String& keyName, CommandIds cmdId);
-       // Activate the panels to be shown according to the number of calls
-       void ActivatePanels(void);
-       // Activate each individual element in the panel
-       void ActivatePanelAndAddActionListener(const Tizen::Base::String& panelName, const Tizen::Base::String& lineLabelName, const Tizen::Base::String& splitButtonName, const Tizen::Base::String& endButtonName, const Tizen::Base::String& callerLabelName, SplitConfCallerCmdIds splitCmdId, EndConfCallerCmdIds EndCmdId, const Tizen::Base::String& displayName);
        // Method to show call duration/state(held) for call in progress
        void ShowTimerInfo(const Tizen::Base::String& timerLblName, long long startTime = 0);
        // Method to set "Hold" Button status
@@ -95,10 +91,11 @@ private:
        void CreateTableView(void);
 
 private:
-       CallInfo* __pConfCallInfo;
+       AppCallInfo* __pConfCallInfo;
        //Timer used to show call time
        Tizen::Base::Runtime::Timer* __pConfCallTimer;
        Tizen::Ui::Controls::TableView* __pList;
+       bool            __isCallSplit;
 };
 
 #endif  //_PHN_CONF_CALLER_LIST_FORM_H_