Last change
on this file since 17717 was
17059,
checked in by mkommend, 5 years ago
|
#2839: Merged 16117, 16122, 16173, 16184, 16185, 16186, 16187, 16202, 16203, 16204, 16205, 16208, 16211, 16209, 16211, 16219, 16257, 16247 into stable.
|
File size:
376 bytes
|
Rev | Line | |
---|
[16116] | 1 | using HeuristicLab.Common;
|
---|
| 2 |
|
---|
| 3 | namespace HeuristicLab.Clients.Hive {
|
---|
| 4 | public partial class AssignedJobResource : IDeepCloneable, IContent {
|
---|
| 5 | public AssignedJobResource() { }
|
---|
| 6 |
|
---|
| 7 | public AssignedJobResource(AssignedJobResource original, Cloner cloner) : base(original, cloner) {
|
---|
| 8 | ResourceId = original.ResourceId;
|
---|
| 9 | JobId = original.JobId;
|
---|
| 10 | }
|
---|
| 11 | }
|
---|
| 12 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.