- Timestamp:
- 06/21/12 18:02:33 (12 years ago)
- Location:
- branches/GP-MoveOperators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-MoveOperators
- Property svn:ignore
-
old new 20 20 bin 21 21 protoc.exe 22 _ReSharper.HeuristicLab 3.3 Tests
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
branches/GP-MoveOperators/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs
r7259 r8085 30 30 [ServiceContract(ProtectionLevel = ProtectionLevel.EncryptAndSign)] 31 31 public interface IHiveService { 32 33 32 #region Task Methods 34 33 [OperationContract] … … 158 157 #endregion 159 158 159 #region ResourcePermission Methods 160 [OperationContract] 161 void GrantResourcePermissions(Guid resourceId, Guid[] grantedUserIds); 162 163 [OperationContract] 164 void RevokeResourcePermissions(Guid resourceId, Guid[] grantedUserIds); 165 166 [OperationContract] 167 IEnumerable<ResourcePermission> GetResourcePermissions(Guid resourceId); 168 #endregion 169 160 170 #region Slave Methods 161 171 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.