phoneengine/phonemodel/src/cpecalldurationdisplaysettingmonitor.cpp
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    28 //
    28 //
    29 CPECallDurationDisplaySettingMonitor* CPECallDurationDisplaySettingMonitor::NewL(
    29 CPECallDurationDisplaySettingMonitor* CPECallDurationDisplaySettingMonitor::NewL(
    30         // None
    30         // None
    31         )
    31         )
    32     {
    32     {
    33 	TEFLOGSTRING(KTAOBJECT, "CPECallDurationDisplaySettingMonitor::NewL");
    33     TEFLOGSTRING(KTAOBJECT, "CPECallDurationDisplaySettingMonitor::NewL");
    34 	CPECallDurationDisplaySettingMonitor* me = new ( ELeave ) CPECallDurationDisplaySettingMonitor();
    34     CPECallDurationDisplaySettingMonitor* me = new ( ELeave ) CPECallDurationDisplaySettingMonitor();
    35 	CleanupStack::PushL( me );
    35     CleanupStack::PushL( me );
    36 	me->ConstructL();
    36     me->ConstructL();
    37 	CleanupStack::Pop( me );
    37     CleanupStack::Pop( me );
    38 	return ( me );
    38     return ( me );
    39     }
    39     }
    40 
    40 
    41 // Destructor
    41 // Destructor
    42 CPECallDurationDisplaySettingMonitor::~CPECallDurationDisplaySettingMonitor()
    42 CPECallDurationDisplaySettingMonitor::~CPECallDurationDisplaySettingMonitor()
    43     {
    43     {