Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 17:33:24 (8 years ago)
Author:
gkronber
Message:

#2520 added GUIDs for (almost) all interface types (probably still too many) also added newlines at end of all files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Interpreters/IVRPDataInterpreter.cs

    r12012 r14712  
    3333  }
    3434
     35  [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("299C4C47-84F8-4EAA-8F52-0ABCB34E154E")]
    3536  public interface IVRPDataInterpreter {
    3637    VRPInstanceDescription Interpret(IVRPData data);
    3738  }
    3839
     40  [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("D9F445BD-9300-43BB-A4F3-58AED53A67E8")]
    3941  public interface IVRPDataInterpreter<T> : IVRPDataInterpreter where T : IVRPData {
    4042  }
Note: See TracChangeset for help on using the changeset viewer.