Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/06/10 17:11:17 (14 years ago)
Author:
cneumuel
Message:

#1233

  • changed version to 3.4
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive.New/HeuristicLab.Services.Hive/3.3/HiveService.cs

    r5028 r5038  
    162162    }
    163163    #endregion
    164 
    165     #region Project Methods
    166     public Project GetAllProjects() {
    167       throw new NotImplementedException();
    168     }
    169 
    170     public void CreateProject(Project project) {
    171       throw new NotImplementedException();
    172     }
    173 
    174     public void ChangeProject(Project project) {
    175       throw new NotImplementedException();
    176     }
    177 
    178     public void DeleteProject(Guid projectId) {
    179       throw new NotImplementedException();
    180     }
    181 
    182     public IEnumerable<Job> GetJobsByProject(Guid projectId) {
    183       throw new NotImplementedException();
    184     }
    185     #endregion
    186 
     164   
    187165    #region Login Methods
    188166    //public void Login() {
Note: See TracChangeset for help on using the changeset viewer.