Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/02/11 11:49:53 (13 years ago)
Author:
ascheibe
Message:

#1233

  • implemented review comments
  • more cleanups
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.4/ServiceLocator.cs

    r6463 r6698  
    5858    }
    5959
    60     private ILifecycleManager lifecycleManager;
    61     public ILifecycleManager LifecycleManager {
     60    private IEventManager eventManager;
     61    public IEventManager EventManager {
    6262      get {
    63         if (lifecycleManager == null) lifecycleManager = new LifecycleManager();
    64         return lifecycleManager;
     63        if (eventManager == null) eventManager = new EventManager();
     64        return eventManager;
    6565      }
    6666    }
Note: See TracChangeset for help on using the changeset viewer.