cmmanager/cmmgr/cmmapi/src/cmconnectionmethodwrapper.cpp
changeset 46 95d45f234cf3
parent 20 9c97ad6591ae
equal deleted inserted replaced
27:489cf6208544 46:95d45f234cf3
    85         {
    85         {
    86         User::Leave( KErrAlreadyExists );
    86         User::Leave( KErrAlreadyExists );
    87         }
    87         }
    88 
    88 
    89     iCmManagerApi = aCmManagerApi;
    89     iCmManagerApi = aCmManagerApi;
    90     iCmConnectionMethodApi.ConnectAndGetConnMethodWithIdL( *aCmManagerApi, aIapId, aExistingHandle );
    90     iCmConnectionMethodApi.ConnectAndGetConnMethodWithIdL(
       
    91             *aCmManagerApi,
       
    92             aIapId,
       
    93             aExistingHandle );
    91     if ( !aExistingHandle )
    94     if ( !aExistingHandle )
    92         {
    95         {
    93         iCmManagerApi->StoreConnMethodWrapper( this );
    96         iCmManagerApi->StoreConnMethodWrapper( this );
    94         }
    97         }
    95 
    98