Changeset 9324 for branches/OaaS/HeuristicLab.Services.Optimization.Controller/PlaceholderControllerService.cs
- Timestamp:
- 03/20/13 16:56:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Controller/PlaceholderControllerService.cs
r9305 r9324 185 185 186 186 187 public IEnumerable<Experiment> GetExperiments(User user ) {188 return hiveManager.GetExperiments(user );187 public IEnumerable<Experiment> GetExperiments(User user, bool namesOnly=false) { 188 return hiveManager.GetExperiments(user, namesOnly); 189 189 } 190 190
Note: See TracChangeset
for help on using the changeset viewer.