phonebookengines/VirtualPhonebook/VPbkSimStore/src/CRemoteStore.cpp
branchRCL_3
changeset 9 0d28c1c5b6dd
parent 0 e686773b3f54
child 15 34879f5cfc63
equal deleted inserted replaced
8:5586b4d2ec3e 9:0d28c1c5b6dd
   759     if ( iSimStore.Handle() )
   759     if ( iSimStore.Handle() )
   760         {
   760         {
   761         CVPbkAsyncObjectCallback<MVPbkSimStoreObserver>* callback =
   761         CVPbkAsyncObjectCallback<MVPbkSimStoreObserver>* callback =
   762                 VPbkEngUtils::CreateAsyncObjectCallbackLC(
   762                 VPbkEngUtils::CreateAsyncObjectCallbackLC(
   763                     *this, 
   763                     *this, 
   764                     CRemoteStore::DoOpenL, 
   764                     &CRemoteStore::DoOpenL, 
   765                     CRemoteStore::DoOpenError, 
   765                     &CRemoteStore::DoOpenError, 
   766                     aObserver);
   766                     aObserver);
   767         iAsyncOpenOp->CallbackL( callback );
   767         iAsyncOpenOp->CallbackL( callback );
   768         CleanupStack::Pop( callback );
   768         CleanupStack::Pop( callback );
   769         }
   769         }
   770     else
   770     else