phoneengine/phonemodel/src/cpecalldurationdisplaysettingmonitor.cpp
changeset 22 6bb1b21d2484
parent 21 92ab7f8d0eab
child 51 f39ed5e045e0
equal deleted inserted replaced
21:92ab7f8d0eab 22:6bb1b21d2484
    73 // 1 (call duration shown)
    73 // 1 (call duration shown)
    74 // -----------------------------------------------------------------------------
    74 // -----------------------------------------------------------------------------
    75 //
    75 //
    76 void CPECallDurationDisplaySettingMonitor::UpdateL()
    76 void CPECallDurationDisplaySettingMonitor::UpdateL()
    77     {
    77     {
    78     // Resubmit notification request
       
    79     // Retrieve current value for call duration display
    78     // Retrieve current value for call duration display
    80     User::LeaveIfError( Get( iDisplayCallDuration ) );
    79     iError = Get( iDisplayCallDuration );
       
    80     User::LeaveIfError( iError );
    81     TEFLOGSTRING2( KTAINT, "CPECallDurationDisplaySettingMonitor::UpdateL %d", iDisplayCallDuration );
    81     TEFLOGSTRING2( KTAINT, "CPECallDurationDisplaySettingMonitor::UpdateL %d", iDisplayCallDuration );
       
    82     }
       
    83 
       
    84 // -----------------------------------------------------------------------------
       
    85 // CPECallDurationDisplaySettingMonitor::GetValue
       
    86 // -----------------------------------------------------------------------------
       
    87 //
       
    88 TInt CPECallDurationDisplaySettingMonitor::GetValue(TInt& aValue)
       
    89     {
       
    90     aValue = (TInt)iDisplayCallDuration;
       
    91     return iError;
    82     }
    92     }
    83     
    93     
    84 // End of file
    94 // End of file