diff -r 08ec8eefde2f -r c084286672be persistentstorage/centralrepository/cenrepsrv/srvrepos_noc.h --- a/persistentstorage/centralrepository/cenrepsrv/srvrepos_noc.h Fri Jan 22 11:06:30 2010 +0200 +++ b/persistentstorage/centralrepository/cenrepsrv/srvrepos_noc.h Tue Jan 26 13:16:24 2010 +0200 @@ -54,7 +54,7 @@ } inline void CancelTransaction() // serves as both rollback and async cancel { - iRepository->CancelTransaction(*this); + TServerResources::iObserver->CancelTransaction(*this,iUid); } void CleanupCancelTransactionPushL(); inline TInt FailTransaction(TInt aError, TUint32 aErrorKey)