Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/09 01:33:37 (15 years ago)
Author:
svonolfe
Message:

Added transaction management (#527)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/LifecycleManager.cs

    r1377 r1468  
    6565    }
    6666
    67     public IDBSynchronizer GetDBSynchronizer() {
    68       return ServiceLocator.GetDBSynchronizer();
    69     }
    70 
    7167    public void Shutdown() {
    72       ServiceLocator.GetDBSynchronizer().UpdateDB();
    73 
    7468      if (OnShutdown != null)
    7569        OnShutdown(this, null);
Note: See TracChangeset for help on using the changeset viewer.