Revision: 41625
http://brlcad.svn.sourceforge.net/brlcad/?rev=41625&view=rev
Author: davidloman
Date: 2010-12-15 18:11:32 +0000 (Wed, 15 Dec 2010)
Log Message:
-----------
Dropped routing for incoming SessionInfoMsg's cause it doesn't make sense.
Also put in a call to PortalManager->Shutdown() from GeometryService's Shutdown.
Modified Paths:
--------------
rt^3/trunk/src/GS/GeometryService.cxx
Modified: rt^3/trunk/src/GS/GeometryService.cxx
===================================================================
--- rt^3/trunk/src/GS/GeometryService.cxx 2010-12-15 18:07:01 UTC (rev
41624)
+++ rt^3/trunk/src/GS/GeometryService.cxx 2010-12-15 18:11:32 UTC (rev
41625)
@@ -56,7 +56,7 @@
NetMsgRouter* router = NetMsgRouter::getInstance();
router->registerType(NEWSESSIONREQ, SessionManager::getInstance());
- router->registerType(SESSIONINFO, SessionManager::getInstance());
+ //router->registerType(SESSIONINFO, SessionManager::getInstance());
router->registerType(DISCONNECTREQ, SessionManager::getInstance());
router->registerType(DISCONNECTREQ, this->portalMan);
@@ -102,6 +102,7 @@
switch(type) {
case CMD_SHUTDOWN:
log->logINFO("GeometryService", "Remote Shutdown Initiated.");
+ this->portalMan->terminate(false);
this->terminate(false);
return true;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits