Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/10/08 15:03:00 (15 years ago)
Author:
svonolfe
Message:

Refactored DAL (#372)

File:
1 edited

Legend:

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

    r925 r948  
    2525using System.Text;
    2626using HeuristicLab.Hive.Contracts.Interfaces;
     27using HeuristicLab.Hive.Server.Core.InternalInterfaces.DataAccess;
    2728
    2829namespace HeuristicLab.Hive.Server.Core {
     
    3435    }
    3536
    36     public void Shtudown() {
     37    public ITransactionManager GetTransactionManager() {
     38      return ServiceLocator.GetTransactionManager();
     39    }
     40
     41    public void Shutdown() {
    3742      ServiceLocator.GetTransactionManager().UpdateDB();
    3843    }
Note: See TracChangeset for help on using the changeset viewer.