Changeset 5955 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ServiceClients/Plugin.cs
- Timestamp:
- 04/05/11 15:37:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/ServiceClients/Plugin.cs
r5779 r5955 36 36 } 37 37 38 public IDeepCloneable Clone(Cloner cloner) {38 public override IDeepCloneable Clone(Cloner cloner) { 39 39 return new Plugin(this, cloner); 40 }41 42 public object Clone() {43 return Clone(new Cloner());44 40 } 45 41 }
Note: See TracChangeset
for help on using the changeset viewer.