Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/15/08 20:56:01 (17 years ago)
Author:
gkronber
Message:

fixed two bugs in the serialization of DistributedEngine and ProcessingEngine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/XmlReaderWriterBranch/HeuristicLab.DistributedEngine/DistributedEngine.cs

    r125 r126  
    189189    //}
    190190    public override void Persist(string name, XmlWriter writer, IDictionary<Guid, IStorable> persistedObjects) {
     191      writer.WriteAttributeString("ServerAddress", ServerAddress);
    191192      base.Persist(name, writer, persistedObjects);
    192       writer.WriteAttributeString("ServerAddress", ServerAddress);
    193193    }
    194194    //public override void Populate(XmlNode node, IDictionary<Guid, IStorable> restoredObjects) {
Note: See TracChangeset for help on using the changeset viewer.