Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/13/10 01:21:32 (14 years ago)
Author:
swagner
Message:

Worked on OKB data model and services (#1174).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.OKB/3.3/Interfaces/IAdminService.cs

    r4279 r4381  
    2525
    2626namespace HeuristicLab.Services.OKB {
    27 
    2827  /// <summary>
    2928  /// Allows updating the implementation of algorithms and problems. All
     
    3837    /// <returns>A list of <see cref="Platform"/>s.</returns>
    3938    [OperationContract]
    40     Platform[] GetPlatformNames();
     39    Platform[] GetPlatforms();
    4140
    4241    /// <summary>
     
    109108    [OperationContract]
    110109    void UpdateCompleteProblem(Problem problem);
    111 
    112110  }
    113111}
Note: See TracChangeset for help on using the changeset viewer.