[mapguide-commits] r4684 - sandbox/adsk/2.2gp/Common/MapGuideCommon/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Mar 22 17:30:08 EDT 2010


Author: brucedechant
Date: 2010-03-22 17:30:08 -0400 (Mon, 22 Mar 2010)
New Revision: 4684

Modified:
   sandbox/adsk/2.2gp/Common/MapGuideCommon/Services/ServerConnectionEventHandler.h
   sandbox/adsk/2.2gp/Common/MapGuideCommon/Services/ServerConnectionPool.h
Log:
Fix for trac ticket 900 - Connections in CLOSE_WAIT status never close and are not reused
http://trac.osgeo.org/mapguide/ticket/900

Notes:
- Fix Linux build

Modified: sandbox/adsk/2.2gp/Common/MapGuideCommon/Services/ServerConnectionEventHandler.h
===================================================================
--- sandbox/adsk/2.2gp/Common/MapGuideCommon/Services/ServerConnectionEventHandler.h	2010-03-22 21:25:18 UTC (rev 4683)
+++ sandbox/adsk/2.2gp/Common/MapGuideCommon/Services/ServerConnectionEventHandler.h	2010-03-22 21:30:08 UTC (rev 4684)
@@ -40,4 +40,4 @@
     // MgServerConnectionEventHandler& operator=(const MgServerConnectionEventHandler&);
 };
 
-#endif
\ No newline at end of file
+#endif

Modified: sandbox/adsk/2.2gp/Common/MapGuideCommon/Services/ServerConnectionPool.h
===================================================================
--- sandbox/adsk/2.2gp/Common/MapGuideCommon/Services/ServerConnectionPool.h	2010-03-22 21:25:18 UTC (rev 4683)
+++ sandbox/adsk/2.2gp/Common/MapGuideCommon/Services/ServerConnectionPool.h	2010-03-22 21:30:08 UTC (rev 4684)
@@ -24,10 +24,11 @@
 
 class MG_MAPGUIDE_API MgServerConnection;
 class MG_MAPGUIDE_API MgConnectionProperties;
-class MgServerConnectionEventHandler;
 
 #endif
 
+class MgServerConnectionEventHandler;
+
 #include <map>
 #include "MapGuideCommon.h"
 #include "ace/Reactor.h"



More information about the mapguide-commits mailing list