persistentstorage/centralrepository/cenrepsrv/srvrepos_noc.h
changeset 1 c084286672be
parent 0 08ec8eefde2f
child 23 26645d81f48d
--- 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)