Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/05/16 11:57:18 (8 years ago)
Author:
gkronber
Message:

#2615 removed initState override and updated references to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/thasling/DistributedGA/DistributedGA.Hive/P2PMigrationAnalyzer.cs

    r13982 r13997  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.Data.SqlTypes;
    2524using System.IO;
    26 using System.ServiceModel.Configuration;
    27 using System.Threading;
    28 using DistributedGA.Core.Domain;
     25
    2926using DistributedGA.Core.Implementation;
    3027using DistributedGA.Core.Interface;
    3128using DistributedGA.Hive;
    32 using HeuristicLab.Clients.Hive;
    3329using HeuristicLab.Common;
    3430using HeuristicLab.Core;
     
    133129    }
    134130
    135     public override void InitializeState() {
    136       base.InitializeState();
    137       // init P2P
    138       if (h == null) {
    139         //otherwhise old object is not disposed correctly
    140         Init();
    141       }
    142     }
    143 
    144131    private void Init() {
    145132      h = new PeerNetworkMessageHandler();
Note: See TracChangeset for help on using the changeset viewer.