persistentstorage/centralrepository/cenrepsrv/obsrvr_noc.h
changeset 1 c084286672be
parent 0 08ec8eefde2f
equal deleted inserted replaced
0:08ec8eefde2f 1:c084286672be
    88 	void AddObserverL(TUid aUid, CServerRepository* aRepositoryPointer);
    88 	void AddObserverL(TUid aUid, CServerRepository* aRepositoryPointer);
    89 	void RemoveObserver(TUid aUid, CServerRepository* aRepositoryPointer, TInt aInMemoryIndex);
    89 	void RemoveObserver(TUid aUid, CServerRepository* aRepositoryPointer, TInt aInMemoryIndex);
    90 
    90 
    91 	void Notify(TUid aUid, TUint32 aVal) const;
    91 	void Notify(TUid aUid, TUint32 aVal) const;
    92 	
    92 	
       
    93 	void ReleaseTransactionLock(CRepositoryTransactor& aTransactor,TUid aRepositoryUid);
       
    94 	void CancelTransaction(CRepositoryTransactor& aTransactor,TUid aRepositoryUid);	
    93 	TInt FindOpenRepository(TUid aUid) const;
    95 	TInt FindOpenRepository(TUid aUid) const;
    94 	void RemoveOpenRepository(CSharedRepository* aRepository);
    96 	void RemoveOpenRepository(CSharedRepository* aRepository);
    95 	
    97 	
    96 	inline CSharedRepository*& GetOpenRepository(TInt aIndex) 
    98 	inline CSharedRepository*& GetOpenRepository(TInt aIndex) 
    97 		{
    99 		{