Revision: 41755
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41755&view=rev
Author:   davidloman
Date:     2010-12-22 13:04:58 +0000 (Wed, 22 Dec 2010)

Log Message:
-----------
Implement FailureMsg handling in GeometryService class.

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-22 13:04:38 UTC (rev 
41754)
+++ rt^3/trunk/src/GS/GeometryService.cxx       2010-12-22 13:04:58 UTC (rev 
41755)
@@ -110,6 +110,16 @@
                this->portalMan->terminate(false);
                this->terminate(false);
                return true;
+       case FAILURE:
+               {
+                       FailureMsg* fMsg = (FailureMsg*)msg;
+                       quint8 fc = fMsg->getFailureCode();
+
+                       QUuid re = fMsg->getReUUID();
+
+                       log->logINFO("GeometryService", "Recv'ed A FailureMsg 
with code: " +QString::number( fc) + " (" + QString::number(fc, 16)+ ")");
+                       return true;
+               }
        case PING:
                Portal* p = msg->getOrigin();
 


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