Changeset 1944 for trunk/sources/HeuristicLab.Hive.Server.ADODataAccess
- Timestamp:
- 05/29/09 12:38:34 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/3.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.ADODataAccess/3.2/JobAdapter.cs
r1759 r1944 302 302 } 303 303 304 public ICollection<Job> GetJobsByProject(Guid projectId) { 305 throw new NotImplementedException(); 306 } 307 304 308 protected override void doUpdate(Job obj) { 305 309 base.doUpdate(obj); … … 355 359 return false; 356 360 } 361 357 362 #endregion 358 363 }
Note: See TracChangeset
for help on using the changeset viewer.