Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/30/09 15:01:30 (15 years ago)
Author:
svonolfe
Message:

Finished security server (#537)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Security.Core/3.2/PermissionManager.cs

    r1720 r1724  
    1212  public class PermissionManager : IPermissionManager{
    1313
    14     private static ISessionFactory factory = (new DiscoveryService()).GetInstances<ISessionFactory>()[0];
     14    private static ISessionFactory factory = ServiceLocator.GetSessionFactory();
    1515
    1616    private static ISession session;
Note: See TracChangeset for help on using the changeset viewer.