Revision: 40844
http://brlcad.svn.sourceforge.net/brlcad/?rev=40844&view=rev
Author: davidloman
Date: 2010-09-29 17:00:42 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
Let netMsgFactory know how to deserialize a CMD_SHUTDOWN msg
Modified Paths:
--------------
rt^3/trunk/src/libNet/NetMsgFactory.cxx
Modified: rt^3/trunk/src/libNet/NetMsgFactory.cxx
===================================================================
--- rt^3/trunk/src/libNet/NetMsgFactory.cxx 2010-09-29 16:58:12 UTC (rev
40843)
+++ rt^3/trunk/src/libNet/NetMsgFactory.cxx 2010-09-29 17:00:42 UTC (rev
40844)
@@ -136,6 +136,11 @@
return new GeometryManifestMsg(qds, origin);
case GEOMETRYCHUNK:
return new GeometryChunkMsg(qds, origin);
+
+ //Admin commands
+ case CMD_SHUTDOWN:
+ return new TypeOnlyMsg(qds, origin);
+
default:
return NULL;
}
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