[mapguide-commits] r4683 - trunk/MgDev/Common/MapGuideCommon/Services

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Mar 22 17:25:18 EDT 2010


Author: waltweltonlair
Date: 2010-03-22 17:25:18 -0400 (Mon, 22 Mar 2010)
New Revision: 4683

Modified:
   trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionEventHandler.h
   trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionPool.h
Log:
Fix the Linux build...


Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionEventHandler.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionEventHandler.h	2010-03-22 20:22:32 UTC (rev 4682)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionEventHandler.h	2010-03-22 21:25:18 UTC (rev 4683)
@@ -40,4 +40,4 @@
     // MgServerConnectionEventHandler& operator=(const MgServerConnectionEventHandler&);
 };
 
-#endif
\ No newline at end of file
+#endif

Modified: trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionPool.h
===================================================================
--- trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionPool.h	2010-03-22 20:22:32 UTC (rev 4682)
+++ trunk/MgDev/Common/MapGuideCommon/Services/ServerConnectionPool.h	2010-03-22 21:25:18 UTC (rev 4683)
@@ -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