telutils/telephonyservice/src/ccallinformationimpl.cpp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
    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 = CMediatorService::NewLC( CMediatorService::ECallInfo );    
    61     CMediatorService* mediatorService = 
    62     self->ConstructL(mediatorService);    
    62         CMediatorService::NewL( CMediatorService::ECallInfo );    
    63         
    63     self->ConstructL(mediatorService);
    64     CleanupStack::Pop( 2,self );    
    64     
       
    65     CleanupStack::Pop( self );
    65     TSLOGSTRING("CCallInformationImpl::NewL >>");
    66     TSLOGSTRING("CCallInformationImpl::NewL >>");
    66     return self;
    67     return self;
    67     }
    68     }
    68 
    69 
    69 // ---------------------------------------------------------------------------
    70 // ---------------------------------------------------------------------------