Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/09 16:22:59 (16 years ago)
Author:
msteinbi
Message:

Implementing Lifecycle Management (#453)

File:
1 edited

Legend:

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

    r1086 r1096  
    4747    public static string RESPONSE_COMMUNICATOR_NO_JO_WITH_THIS_ID = "Communicator.NoJobWithThisId";
    4848    public static string RESPONSE_COMMUNICATOR_WRONG_JOB_STATE = "Communicator.WrongJobState";
     49    public static string RESPONSE_COMMUNICATOR_USER_NOT_LOGGED_IN = "Communicator.UserNotLoggedIn";
    4950
    5051    public static string RESPONSE_JOB_ALL_JOBS = "Job.AllJobs";
Note: See TracChangeset for help on using the changeset viewer.