Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/07/09 16:42:21 (15 years ago)
Author:
svonolfe
Message:

modified interface (#454)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/ApplicationConstants.cs

    r1024 r1086  
    66namespace HeuristicLab.Hive.Contracts {
    77  public class ApplicationConstants {
     8
     9    public static string RESPONSE_SERVERCONSOLE_LOGIN_SUCCESS = "Logged in";
     10    public static string RESPONSE_SERVERCONSOLE_LOGIN_FAILED = "Login failed";
    811
    912    public static string RESPONSE_USERROLE_GET_ALL_USERS = "UserRole.GetAllUsers";
Note: See TracChangeset for help on using the changeset viewer.