Changeset 5634 for branches/HeuristicLab.Hive-3.4/sources
- Timestamp:
- 03/08/11 12:45:29 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ServiceClients
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ServiceClients/StateLog.cs
r5614 r5634 24 24 namespace HeuristicLab.Clients.Hive { 25 25 26 public partial class StateLog : IContent, IDeepCloneable{26 public partial class StateLog { 27 27 28 28 public StateLog() { } … … 45 45 return Clone(new Cloner()); 46 46 } 47 48 public override string ToString() { 49 return State.ToString(); 50 } 47 51 } 48 52 }
Note: See TracChangeset
for help on using the changeset viewer.