Revision: 40867
http://brlcad.svn.sourceforge.net/brlcad/?rev=40867&view=rev
Author: davidloman
Date: 2010-09-29 19:27:05 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
Add BAD_REQUEST failure code.
Modified Paths:
--------------
rt^3/trunk/include/NetMsgTypes.h
Modified: rt^3/trunk/include/NetMsgTypes.h
===================================================================
--- rt^3/trunk/include/NetMsgTypes.h 2010-09-29 19:22:24 UTC (rev 40866)
+++ rt^3/trunk/include/NetMsgTypes.h 2010-09-29 19:27:05 UTC (rev 40867)
@@ -62,9 +62,10 @@
#define CMD_SHUTDOWN 0x9000
/* Failure Codes */
-const char UNHANDLED_MSG_TYPE = 0x01;
+const char UNHANDLED_MSG_TYPE = 0x01;
const char OPERATION_NOT_AVAILABLE = 0x02;
-const char ACCOUNT_VALIDATION_FAIL = 0x03;
+const char BAD_REQUEST = 0x03;
+const char ACCOUNT_VALIDATION_FAIL = 0x04;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits