Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/20/09 13:37:39 (15 years ago)
Author:
svonolfe
Message:

Created Heuristiclab DB Core (refactoring) #527

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/ClientAdapter.cs

    r1175 r1377  
    2424using System.Linq;
    2525using System.Text;
    26 using HeuristicLab.Hive.Server.Core.InternalInterfaces.DataAccess;
     26using HeuristicLab.Hive.Server.DataAccess;
    2727using HeuristicLab.Hive.Contracts.BusinessObjects;
    2828using System.Linq.Expressions;
     29using HeuristicLab.DataAccess.Interfaces;
     30using HeuristicLab.DataAccess.ADOHelper;
    2931
    3032namespace HeuristicLab.Hive.Server.ADODataAccess {
     
    7375    #endregion
    7476
    75     public ClientAdapter() {
     77    public ClientAdapter():
     78      base(ServiceLocator.GetDBSynchronizer()) {
    7679      parentAdapters.Add(this.ResAdapter as ICachedDataAdapter);
    7780    }
Note: See TracChangeset for help on using the changeset viewer.