Changeset 16462 for branches/2520_PersistenceReintegration/HeuristicLab.Persistence/3.3/Default/DebugString
- Timestamp:
- 12/28/18 16:10:48 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Persistence/3.3/Default/DebugString
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Persistence/3.3/Default/DebugString/DebugString.cs
r16453 r16462 20 20 #endregion 21 21 22 using H euristicLab.Persistence.Default.CompositeSerializers.Storable;22 using HEAL.Fossil; 23 23 using HeuristicLab.Persistence.Interfaces; 24 24 … … 39 39 40 40 [StorableConstructor] 41 protected DebugString( bool deserializing) { }41 protected DebugString(StorableConstructorFlag _) { } 42 42 private DebugString() { } 43 43 -
branches/2520_PersistenceReintegration/HeuristicLab.Persistence/3.3/Default/DebugString/DebugStringFormat.cs
r16453 r16462 20 20 #endregion 21 21 22 using H euristicLab.Persistence.Default.CompositeSerializers.Storable;22 using HEAL.Fossil; 23 23 using HeuristicLab.Persistence.Interfaces; 24 24 … … 37 37 38 38 [StorableConstructor] 39 protected DebugStringFormat( bool deserializing) : base(deserializing) { }39 protected DebugStringFormat(StorableConstructorFlag _) : base(_) { } 40 40 public DebugStringFormat() { } 41 41 }
Note: See TracChangeset
for help on using the changeset viewer.