- Timestamp:
- 04/15/08 14:17:26 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/XmlTextReaderBranch/HeuristicLab.DistributedEngine/DistributedEngine.cs
r121 r122 193 193 //} 194 194 public override void Populate(XmlReader reader, IDictionary<Guid, IStorable> restoredObjects) { 195 ServerAddress = reader["ServerAddress"]; 195 196 base.Populate(reader, restoredObjects); 196 ServerAddress = reader["ServerAddress"];197 197 } 198 198 #endregion
Note: See TracChangeset
for help on using the changeset viewer.