Revision: 41766
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41766&view=rev
Author:   davidloman
Date:     2010-12-22 14:20:37 +0000 (Wed, 22 Dec 2010)

Log Message:
-----------
Now that the NetMsgFactory can properly build PingMsg and PongMsg, have 
GeometryService and GSClient classes register them with the NetMsgRouter

Modified Paths:
--------------
    rt^3/trunk/src/GS/GSClient.cxx
    rt^3/trunk/src/GS/GeometryService.cxx

Modified: rt^3/trunk/src/GS/GSClient.cxx
===================================================================
--- rt^3/trunk/src/GS/GSClient.cxx      2010-12-22 14:19:34 UTC (rev 41765)
+++ rt^3/trunk/src/GS/GSClient.cxx      2010-12-22 14:20:37 UTC (rev 41766)
@@ -78,6 +78,8 @@
        router->registerType(DISCONNECTREQ, this->portMan);
        router->registerType(SESSIONINFO, this);
        router->registerType(FAILURE, this);
+       router->registerType(PING, this);
+       router->registerType(PONG, this);
 }
 
 bool

Modified: rt^3/trunk/src/GS/GeometryService.cxx
===================================================================
--- rt^3/trunk/src/GS/GeometryService.cxx       2010-12-22 14:19:34 UTC (rev 
41765)
+++ rt^3/trunk/src/GS/GeometryService.cxx       2010-12-22 14:20:37 UTC (rev 
41766)
@@ -59,6 +59,7 @@
        NetMsgRouter* router = NetMsgRouter::getInstance();
 
        router->registerType(PING, this);
+       router->registerType(PONG, this);
 
        router->registerType(NEWSESSIONREQ, SessionManager::getInstance());
        //router->registerType(SESSIONINFO, SessionManager::getInstance());


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

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to