(file) Return to Messages.c CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Executor

Diff for /pegasus/src/Executor/Messages.c between version 1.3 and 1.4

version 1.3, 2007/06/15 17:40:06 version 1.4, 2007/07/25 19:43:47
Line 41 
Line 41 
     "DaemonizeExecutor",     "DaemonizeExecutor",
     "RemoveFile",     "RemoveFile",
     "RenameFile",     "RenameFile",
     "ReapProviderAgent",  
     "AuthenticatePassword",     "AuthenticatePassword",
     "ValidateUser",     "ValidateUser",
     "ChallengeLocal",     "ChallengeLocal",
Line 61 
Line 60 
  
 const char* MessageCodeToString(enum ExecutorMessageCode code) const char* MessageCodeToString(enum ExecutorMessageCode code)
 { {
     if ((int)code < 1 || code > EXECUTOR_AUTHENTICATE_LOCAL_MESSAGE)      if ((int)code < 1 || code > EXECUTOR_UPDATE_LOG_LEVEL_MESSAGE)
         return "<unknown>";         return "<unknown>";
  
     return _messageStrings[(int)code - 1];     return _messageStrings[(int)code - 1];


Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2