Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/09/10 15:18:53 (13 years ago)
Author:
cneumuel
Message:

#1260

  • applied new cloning mechanism
  • changed role names
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/HiveRoles.cs

    r4424 r4755  
    2323namespace HeuristicLab.Hive.Contracts {
    2424  public static class HiveRoles {
    25     public const string Administrator = "Hive.Administrator";
    26     public const string Slave = "Hive.Slave";
    27     public const string Client = "Hive.Client";
     25    public const string Administrator = "Hive Administrator";
     26    public const string Slave = "Hive Slave";
     27    public const string User = "Hive User";
    2828  }
    2929}
Note: See TracChangeset for help on using the changeset viewer.