telutils/telephonyservice/src/ccallinformationimpl.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    56     {
    56     {
    57     TSLOGSTRING("CCallInformationImpl::NewL <<");
    57     TSLOGSTRING("CCallInformationImpl::NewL <<");
    58     CCallInformationImpl* self = new (ELeave) CCallInformationImpl( );     
    58     CCallInformationImpl* self = new (ELeave) CCallInformationImpl( );     
    59     CleanupStack::PushL( self );
    59     CleanupStack::PushL( self );
    60     
    60     
    61     CMediatorService* mediatorService = 
    61     CMediatorService* mediatorService = CMediatorService::NewLC( CMediatorService::ECallInfo );    
    62         CMediatorService::NewL( CMediatorService::ECallInfo );    
    62     self->ConstructL(mediatorService);    
    63     self->ConstructL(mediatorService);
    63         
    64     
    64     CleanupStack::Pop( 2,self );    
    65     CleanupStack::Pop( self );
       
    66     TSLOGSTRING("CCallInformationImpl::NewL >>");
    65     TSLOGSTRING("CCallInformationImpl::NewL >>");
    67     return self;
    66     return self;
    68     }
    67     }
    69 
    68 
    70 // ---------------------------------------------------------------------------
    69 // ---------------------------------------------------------------------------