Revision: 40864
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40864&view=rev
Author:   davidloman
Date:     2010-09-29 19:18:17 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
Add OPERATION_NOT_AVAILABLE 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:13:16 UTC (rev 40863)
+++ rt^3/trunk/include/NetMsgTypes.h    2010-09-29 19:18:17 UTC (rev 40864)
@@ -62,7 +62,8 @@
 #define CMD_SHUTDOWN                           0x9000
 
 /*  Failure Codes */
-const char ACCOUNT_VALIDATION_FAIL = 0x01;
+const char OPERATION_NOT_AVAILABLE = 0x01;
+const char ACCOUNT_VALIDATION_FAIL = 0x02;
 
 
 


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

Reply via email to