Revision: 40632
http://brlcad.svn.sourceforge.net/brlcad/?rev=40632&view=rev
Author: davidloman
Date: 2010-09-21 16:23:48 +0000 (Tue, 21 Sep 2010)
Log Message:
-----------
Clean up two request values. They should be Hex values <0xFF to indicate 1
byte values, not 0x00FF which indicates 2 byte values.
Modified Paths:
--------------
rt^3/trunk/include/NetMsgTypes.h
Modified: rt^3/trunk/include/NetMsgTypes.h
===================================================================
--- rt^3/trunk/include/NetMsgTypes.h 2010-09-21 14:01:08 UTC (rev 40631)
+++ rt^3/trunk/include/NetMsgTypes.h 2010-09-21 16:23:48 UTC (rev 40632)
@@ -51,8 +51,8 @@
#define LOGOUTSESSION 0x0310
#define GEOMETRYREQ 0x0400
-#define ReqByUUID 0x0010
-#define ReqByFilePath 0x0011
+#define ReqByUUID 0x00
+#define ReqByFilePath 0x01
#define GEOMETRYMANIFEST 0x0405
#define GEOMETRYCHUNK 0x0410
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