Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/09 17:17:38 (15 years ago)
Author:
msteinbi
Message:

Implementing Lifecycle Management (#453)

File:
1 edited

Legend:

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

    r1084 r1099  
    5757
    5858    private ServiceHost StartClientCommunicator(Uri uriTcp) {
    59       IClientCommunicator[] clientCommunicatorInstances =
    60         discService.GetInstances<IClientCommunicator>();
     59      IClientFacade[] clientCommunicatorInstances =
     60        discService.GetInstances<IClientFacade>();
    6161
    6262      if (clientCommunicatorInstances.Length > 0) {
Note: See TracChangeset for help on using the changeset viewer.