- Timestamp:
- 03/20/09 13:37:39 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/ILifecycleManager.cs
r1133 r1377 24 24 using System.Linq; 25 25 using System.Text; 26 using HeuristicLab.DataAccess.Interfaces; 26 27 27 28 namespace HeuristicLab.Hive.Contracts.Interfaces { … … 54 55 /// </summary> 55 56 /// <returns></returns> 56 I TransactionManager GetTransactionManager();57 IDBSynchronizer GetDBSynchronizer(); 57 58 58 59 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.