Revision: 44666
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44666&view=rev
Author:   davidloman
Date:     2011-05-24 18:05:19 +0000 (Tue, 24 May 2011)

Log Message:
-----------
Make the NetMsgFactory aware of DirListReQ and DirListReS

Modified Paths:
--------------
    geomcore/trunk/src/libNet/NetMsgFactory.cxx

Modified: geomcore/trunk/src/libNet/NetMsgFactory.cxx
===================================================================
--- geomcore/trunk/src/libNet/NetMsgFactory.cxx 2011-05-24 18:00:34 UTC (rev 
44665)
+++ geomcore/trunk/src/libNet/NetMsgFactory.cxx 2011-05-24 18:05:19 UTC (rev 
44666)
@@ -42,6 +42,8 @@
 #include "TypeOnlyMsg.h"
 #include "PingMsg.h"
 #include "PongMsg.h"
+#include "DirListReqMsg.h"
+#include "DirListResMsg.h"
 
 NetMsgFactory* NetMsgFactory::pInstance = NULL;
 
@@ -154,6 +156,13 @@
     msg = new PongMsg(bb, origin);
     break;
 
+  case DIRLISTREQ:
+    msg = new DirListReqMsg(bb, origin);
+    break;
+  case DIRLISTRES:
+    msg = new DirListResMsg(bb, origin);
+    break;
+
     /* Admin commands */
   case CMD_SHUTDOWN:
     msg = new TypeOnlyMsg(bb, origin);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to