[mapguide-commits] r4756 - sandbox/adsk/2.2gp/Doc/external_topics

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Apr 7 16:36:48 EDT 2010


Author: brucedechant
Date: 2010-04-07 16:36:47 -0400 (Wed, 07 Apr 2010)
New Revision: 4756

Modified:
   sandbox/adsk/2.2gp/Doc/external_topics/FeatureService_provider.h
Log:
Revert change to GetMessage as this refers to a different exception object.

Note:
- This code is commented out, but is being changed for consistency.


Modified: sandbox/adsk/2.2gp/Doc/external_topics/FeatureService_provider.h
===================================================================
--- sandbox/adsk/2.2gp/Doc/external_topics/FeatureService_provider.h	2010-04-07 20:31:02 UTC (rev 4755)
+++ sandbox/adsk/2.2gp/Doc/external_topics/FeatureService_provider.h	2010-04-07 20:36:47 UTC (rev 4756)
@@ -761,7 +761,7 @@
      $this->queryTopology();
      $this->queryGeometry();
       } catch (Exception $e) {
-     $msg = $e->GetExceptionMessage();
+     $msg = $e->GetMessage();
      fwrite($logFileHandle, "ProviderCapabilities PHP Exception: $msg\\n");
       }
    }



More information about the mapguide-commits mailing list