Changeset 1096 for trunk/sources/HeuristicLab.Hive.Contracts
- Timestamp:
- 01/08/09 16:22:59 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Contracts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/ApplicationConstants.cs
r1086 r1096 47 47 public static string RESPONSE_COMMUNICATOR_NO_JO_WITH_THIS_ID = "Communicator.NoJobWithThisId"; 48 48 public static string RESPONSE_COMMUNICATOR_WRONG_JOB_STATE = "Communicator.WrongJobState"; 49 public static string RESPONSE_COMMUNICATOR_USER_NOT_LOGGED_IN = "Communicator.UserNotLoggedIn"; 49 50 50 51 public static string RESPONSE_JOB_ALL_JOBS = "Job.AllJobs"; -
trunk/sources/HeuristicLab.Hive.Contracts/HiveServerMessages.resx
r1024 r1096 226 226 <value>The state of the job must be offline</value> 227 227 </data> 228 <data name="Communicator.UserNotLoggedIn" xml:space="preserve"> 229 <value>User is not logged in, you must login before sending Heartbeats</value> 230 </data> 228 231 </root>
Note: See TracChangeset
for help on using the changeset viewer.