syncmlfw/ds/hostserver/dshostserverbase/src/Nsmldsasynccallback.cpp
changeset 68 415c00f1675d
parent 0 b497e44ab2fc
child 61 b183ec05bd8c
equal deleted inserted replaced
63:e0c1916b8ddc 68:415c00f1675d
    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);
    91     	}
    92     	}
    92     }
    93     }
    93 
    94 
    94 // ------------------------------------------------------------------------------------------------
    95 // ------------------------------------------------------------------------------------------------
    95 // CNSmlDSAsyncCallBack::RunL()
    96 // CNSmlDSAsyncCallBack::RunL()