clfwrapper/ClientSrc/CCLFDbItemProvider.cpp
branchRCL_3
changeset 6 646a02f170b9
parent 0 c53acadfccc6
child 19 b73252188534
equal deleted inserted replaced
3:6752808b2036 6:646a02f170b9
    91 // CCLFDbItemProvider::DoCancel
    91 // CCLFDbItemProvider::DoCancel
    92 // -----------------------------------------------------------------------------
    92 // -----------------------------------------------------------------------------
    93 //
    93 //
    94 void CCLFDbItemProvider::DoCancel()
    94 void CCLFDbItemProvider::DoCancel()
    95     {
    95     {
    96     MG_DEBUG1( dr1, "[CLF]\t CCLFDbItemProvider::DoCancel" ); 
       
    97 
       
    98     if ( iObjectQuery )
    96     if ( iObjectQuery )
    99         {
    97         {
   100         iObjectQuery->Cancel();
    98         iObjectQuery->Cancel();
   101         }
    99         }
   102 
   100