Changeset 1804 for trunk/sources
- Timestamp:
- 05/14/09 14:59:01 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Server.Core/3.2/ServerConsoleFacade.cs
r1803 r1804 175 175 private bool HasPermission(Guid g) { return true; } 176 176 [Obsolete("Only for testing!")] 177 private bool hasPermission(Guid g, Guid f) { return true; }177 private bool HasPermission(Guid g, Guid f) { return true; } 178 178 179 179 public class PermissionException : Exception {
Note: See TracChangeset
for help on using the changeset viewer.