Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/27/10 08:35:43 (14 years ago)
Author:
cneumuel
Message:

added authorizationManager which checks for permission to specific jobs (#1168)

File:
1 edited

Legend:

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

    r4302 r4333  
    114114  </ItemGroup>
    115115  <ItemGroup>
     116    <Compile Include="Authorization\AuthorizationManager.cs" />
    116117    <Compile Include="CreateHiveDatabaseApplication.cs" />
    117118    <Compile Include="SlaveCommunicator.cs" />
     
    122123    <Compile Include="Facades\ClientFacade.cs" />
    123124    <Compile Include="HeuristicLabHiveServerCorePlugin.cs" />
    124     <Compile Include="InternalInterfaces\IHivePermissionManager.cs" />
     125    <Compile Include="InternalInterfaces\IAuthorizationManager.cs" />
    125126    <Compile Include="InternalInterfaces\IInternalSlaveCommunicator.cs" />
    126127    <Compile Include="InternalInterfaces\IInternalJobManager.cs" />
     
    158159    </ProjectReference>
    159160  </ItemGroup>
    160   <ItemGroup>
    161     <Folder Include="Authorization\" />
    162   </ItemGroup>
     161  <ItemGroup />
    163162  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    164163  <ProjectExtensions>
Note: See TracChangeset for help on using the changeset viewer.