Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/24/10 18:37:04 (14 years ago)
Author:
cneumuel
Message:

added streamedHttpEndpoit binding (without message-security (for now)) (#1168)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Core/3.3/Core.cs

    r4269 r4305  
    3030using HeuristicLab.Hive.Slave.Common;
    3131using HeuristicLab.Hive.Slave.Communication;
    32 using HeuristicLab.Hive.Slave.Communication.ServerService;
    3332using HeuristicLab.Hive.Slave.Core.ClientConsoleService;
    3433using HeuristicLab.Hive.Slave.Core.ConfigurationManager;
     
    3635using HeuristicLab.Hive.Slave.ExecutionEngine;
    3736using HeuristicLab.Tracing;
     37using HeuristicLab.Hive.Slave.Communication.SlaveService;
    3838
    3939namespace HeuristicLab.Hive.Slave.Core {
     
    7676      //Register all Wcf Service references
    7777      wcfService = WcfService.Instance;
    78       wcfService.LoginCompleted += new EventHandler<LoginCompletedEventArgs>(wcfService_LoginCompleted);
    7978      wcfService.GetJobCompleted += new EventHandler<GetJobCompletedEventArgs>(wcfService_GetJobCompleted);
    8079      wcfService.GetFinishedJobResultCompleted += new EventHandler<StoreFinishedJobResultCompletedEventArgs>(wcfService_StoreFinishedJobResultCompleted);
     
    417416        wcfService.SetCalendarStatus(ConfigManager.Instance.GetClientInfo().Id, CalendarState.NotAllowedToFetch);
    418417      }
    419       beat.InterruptHeartBeatThread();
    420418    }
    421419
Note: See TracChangeset for help on using the changeset viewer.