Revision: 40766
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40766&view=rev
Author:   davidloman
Date:     2010-09-28 19:48:33 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
Link the Portal::Springboard to NetMsgRouter::routeMsg()

Modified Paths:
--------------
    rt^3/trunk/src/libNet/Portal.cxx

Modified: rt^3/trunk/src/libNet/Portal.cxx
===================================================================
--- rt^3/trunk/src/libNet/Portal.cxx    2010-09-28 19:46:41 UTC (rev 40765)
+++ rt^3/trunk/src/libNet/Portal.cxx    2010-09-28 19:48:33 UTC (rev 40766)
@@ -28,6 +28,7 @@
 #include "brlcad/bu.h"
 #include "NetMsgFactory.h"
 #include "NetMsgTypes.h"
+#include "NetMsgRouter.h"
 #include "RemoteNodenameSetMsg.h"
 #include "TypeOnlyMsg.h"
 
@@ -199,7 +200,8 @@
                return;
        }
 
-       //TODO add in routing code.
+       //Route
+       NetMsgRouter::getInstance()->routeMsg(msg);
 }
 
 // Local Variables: ***


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