telutils/telephonyservice/src/ccallinformation.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    50 // Two-phased constructor.
    50 // Two-phased constructor.
    51 // ---------------------------------------------------------------------------
    51 // ---------------------------------------------------------------------------
    52 //
    52 //
    53 EXPORT_C CCallInformation* CCallInformation::NewL()
    53 EXPORT_C CCallInformation* CCallInformation::NewL()
    54     {
    54     {
    55         
    55     	
    56     CCallInformation* self = new (ELeave) CCallInformation( );    
    56     CCallInformation* self = new (ELeave) CCallInformation( );    
    57         
    57         
    58     CleanupStack::PushL( self );
    58     CleanupStack::PushL( self );
    59     self->ConstructL();
    59     self->ConstructL();
    60     CleanupStack::Pop( self );
    60     CleanupStack::Pop( self );