- Timestamp:
- 07/05/16 11:57:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Hive/P2PMigrationAnalyzer.cs
r13982 r13997 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.Data.SqlTypes;25 24 using System.IO; 26 using System.ServiceModel.Configuration; 27 using System.Threading; 28 using DistributedGA.Core.Domain; 25 29 26 using DistributedGA.Core.Implementation; 30 27 using DistributedGA.Core.Interface; 31 28 using DistributedGA.Hive; 32 using HeuristicLab.Clients.Hive;33 29 using HeuristicLab.Common; 34 30 using HeuristicLab.Core; … … 133 129 } 134 130 135 public override void InitializeState() {136 base.InitializeState();137 // init P2P138 if (h == null) {139 //otherwhise old object is not disposed correctly140 Init();141 }142 }143 144 131 private void Init() { 145 132 h = new PeerNetworkMessageHandler();
Note: See TracChangeset
for help on using the changeset viewer.