Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/08 16:27:31 (16 years ago)
Author:
whackl
Message:

Removing and Refactoring MessageContainer (#379)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Communication/ServiceLocator.cs

    r790 r793  
    1313        proxy = new ClientCommunicatorClient(
    1414          new NetTcpBinding(),
    15           new EndpointAddress("net.tcp://10.20.53.2:9000/HiveServer/ClientCommunicator")
     15          new EndpointAddress("net.tcp://10.20.53.1:9000/HiveServer/ClientCommunicator")
    1616          );
    1717      }
Note: See TracChangeset for help on using the changeset viewer.