syncmlfw/ds/hostserver/dshostserverbase/src/Nsmldsasynccallback.cpp
branchRCL_3
changeset 25 b183ec05bd8c
parent 12 9e9792ae22e3
child 26 19bba8228ff0
equal deleted inserted replaced
24:13d7c31c74e0 25:b183ec05bd8c
    86     	}
    86     	}
    87 
    87 
    88     if ( iReqFinishedFunc != NULL )
    88     if ( iReqFinishedFunc != NULL )
    89     	{
    89     	{
    90     	( *iSession.*iReqFinishedFunc )( this, ECanceled );
    90     	( *iSession.*iReqFinishedFunc )( this, ECanceled );
    91     	iMessage.Complete( KErrCancel);
       
    92     	}
    91     	}
    93     }
    92     }
    94 
    93 
    95 // ------------------------------------------------------------------------------------------------
    94 // ------------------------------------------------------------------------------------------------
    96 // CNSmlDSAsyncCallBack::RunL()
    95 // CNSmlDSAsyncCallBack::RunL()