Revision: 40868
http://brlcad.svn.sourceforge.net/brlcad/?rev=40868&view=rev
Author: davidloman
Date: 2010-09-29 19:30:25 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
Add COULD_NOT_FIND_GEOMETRY 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:27:05 UTC (rev 40867)
+++ rt^3/trunk/include/NetMsgTypes.h 2010-09-29 19:30:25 UTC (rev 40868)
@@ -65,7 +65,8 @@
const char UNHANDLED_MSG_TYPE = 0x01;
const char OPERATION_NOT_AVAILABLE = 0x02;
const char BAD_REQUEST = 0x03;
-const char ACCOUNT_VALIDATION_FAIL = 0x04;
+const char COULD_NOT_FIND_GEOMETRY = 0x04;
+const char ACCOUNT_VALIDATION_FAIL = 0x05;
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