phonebookengines/VirtualPhonebook/VPbkSimStore/src/CRemoteStore.cpp
branchCompilerCompatibility
changeset 11 deb88a0cda37
parent 0 e686773b3f54
child 45 34879f5cfc63
equal deleted inserted replaced
10:76e09a79886c 11:deb88a0cda37
   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