Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/23/10 14:17:20 (14 years ago)
Author:
cneumuel
Message:

replaced transaction- and context management from Spring-advice by custom context management (see ContextFactory) (#1098)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.DataAccess/3.3/HeuristicLab.Hive.Server.DataAccess-3.3.csproj

    r4078 r4092  
    8686  -->
    8787  <ItemGroup>
     88    <Compile Include="DataAccessException.cs" />
    8889    <Compile Include="IClientConfigAdapter.cs" />
    8990    <Compile Include="IClientConfigDao.cs" />
    9091    <Compile Include="IClientDao.cs" />
    9192    <Compile Include="IClientGroupDao.cs" />
     93    <Compile Include="IContextFactory.cs" />
    9294    <Compile Include="IGenericDao.cs" />
    9395    <Compile Include="IJobDao.cs" />
     
    132134    <Reference Include="System" />
    133135    <Reference Include="System.Data" />
     136    <Reference Include="System.Data.Linq" />
    134137    <Reference Include="System.Transactions" />
    135138    <Reference Include="System.Xml" />
Note: See TracChangeset for help on using the changeset viewer.