Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/20/12 13:07:14 (12 years ago)
Author:
ascheibe
Message:

#1860 small fix in the webservice interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs

    r8051 r8065  
    164164    #region ResourcePermission Methods
    165165    [OperationContract]
    166     void GrantResourcePermissions(Guid resourceId, params Guid[] grantedUserIds);
    167 
    168     [OperationContract]
    169     void RevokeResourcePermissions(Guid resourceId, params Guid[] grantedUserIds);
     166    void GrantResourcePermissions(Guid resourceId, Guid[] grantedUserIds);
     167
     168    [OperationContract]
     169    void RevokeResourcePermissions(Guid resourceId, Guid[] grantedUserIds);
    170170
    171171    [OperationContract]
Note: See TracChangeset for help on using the changeset viewer.