[mapguide-commits] r5067 - in trunk/MgDev/Server/src: Common/Base UnitTesting

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Aug 4 18:57:00 EDT 2010


Author: brucedechant
Date: 2010-08-04 22:57:00 +0000 (Wed, 04 Aug 2010)
New Revision: 5067

Modified:
   trunk/MgDev/Server/src/Common/Base/ServiceOperation.cpp
   trunk/MgDev/Server/src/UnitTesting/TestKmlService.cpp
   trunk/MgDev/Server/src/UnitTesting/TestMappingService.cpp
   trunk/MgDev/Server/src/UnitTesting/TestRenderingService.cpp
   trunk/MgDev/Server/src/UnitTesting/TestTileService.cpp
Log:
Update comments

Modified: trunk/MgDev/Server/src/Common/Base/ServiceOperation.cpp
===================================================================
--- trunk/MgDev/Server/src/Common/Base/ServiceOperation.cpp	2010-08-04 19:43:32 UTC (rev 5066)
+++ trunk/MgDev/Server/src/Common/Base/ServiceOperation.cpp	2010-08-04 22:57:00 UTC (rev 5067)
@@ -178,7 +178,7 @@
     // Update the API version
     currUserInfo->SetApiVersion(m_packet.m_OperationVersion);
 
-    // Set the current MgUserInformation - this makes a TLS copy of the MgUserInformation object
+    // Set the current MgUserInformation
     MgUserInformation::SetCurrentUserInfo(currUserInfo);
     m_packet.m_UserInfo = NULL;
 

Modified: trunk/MgDev/Server/src/UnitTesting/TestKmlService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestKmlService.cpp	2010-08-04 19:43:32 UTC (rev 5066)
+++ trunk/MgDev/Server/src/UnitTesting/TestKmlService.cpp	2010-08-04 22:57:00 UTC (rev 5067)
@@ -49,7 +49,7 @@
         L"Administrator", L"admin");
     userInfo->SetLocale(TEST_LOCALE);
 
-    // Set the current MgUserInformation - this makes a TLS copy of the MgUserInformation object
+    // Set the current MgUserInformation
     // This must be done before calling CreateSession()
     MgUserInformation::SetCurrentUserInfo(userInfo);
 
@@ -57,7 +57,7 @@
     assert(!session.empty());
     userInfo->SetMgSessionId(session);
 
-    // Set the current MgUserInformation - this makes a TLS copy of the MgUserInformation object
+    // Set the current MgUserInformation
     MgUserInformation::SetCurrentUserInfo(userInfo);
 
     m_siteConnection = new MgSiteConnection();

Modified: trunk/MgDev/Server/src/UnitTesting/TestMappingService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestMappingService.cpp	2010-08-04 19:43:32 UTC (rev 5066)
+++ trunk/MgDev/Server/src/UnitTesting/TestMappingService.cpp	2010-08-04 22:57:00 UTC (rev 5067)
@@ -51,7 +51,7 @@
         L"Administrator", L"admin");
     userInfo->SetLocale(TEST_LOCALE);
 
-    // Set the current MgUserInformation - this makes a TLS copy of the MgUserInformation object
+    // Set the current MgUserInformation
     // This must be done before calling CreateSession()
     MgUserInformation::SetCurrentUserInfo(userInfo);
 
@@ -59,7 +59,7 @@
     assert(!session.empty());
     userInfo->SetMgSessionId(session);
 
-    // Set the current MgUserInformation - this makes a TLS copy of the MgUserInformation object
+    // Set the current MgUserInformation
     MgUserInformation::SetCurrentUserInfo(userInfo);
 
     m_siteConnection = new MgSiteConnection();

Modified: trunk/MgDev/Server/src/UnitTesting/TestRenderingService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestRenderingService.cpp	2010-08-04 19:43:32 UTC (rev 5066)
+++ trunk/MgDev/Server/src/UnitTesting/TestRenderingService.cpp	2010-08-04 22:57:00 UTC (rev 5067)
@@ -51,7 +51,7 @@
         L"Administrator", L"admin");
     userInfo->SetLocale(TEST_LOCALE);
 
-    // Set the current MgUserInformation - this makes a TLS copy of the MgUserInformation object
+    // Set the current MgUserInformation
     // This must be done before calling CreateSession()
     MgUserInformation::SetCurrentUserInfo(userInfo);
 
@@ -59,7 +59,7 @@
     assert(!session.empty());
     userInfo->SetMgSessionId(session);
 
-    // Set the current MgUserInformation - this makes a TLS copy of the MgUserInformation object
+    // Set the current MgUserInformation
     MgUserInformation::SetCurrentUserInfo(userInfo);
 
     m_siteConnection = new MgSiteConnection();

Modified: trunk/MgDev/Server/src/UnitTesting/TestTileService.cpp
===================================================================
--- trunk/MgDev/Server/src/UnitTesting/TestTileService.cpp	2010-08-04 19:43:32 UTC (rev 5066)
+++ trunk/MgDev/Server/src/UnitTesting/TestTileService.cpp	2010-08-04 22:57:00 UTC (rev 5067)
@@ -58,7 +58,7 @@
         L"Administrator", L"admin");
     userInfo->SetLocale(TEST_LOCALE);
 
-    // Set the current MgUserInformation - this makes a TLS copy of the MgUserInformation object
+    // Set the current MgUserInformation
     // This must be done before calling CreateSession()
     MgUserInformation::SetCurrentUserInfo(userInfo);
 
@@ -66,7 +66,7 @@
     assert(!session.empty());
     userInfo->SetMgSessionId(session);
 
-    // Set the current MgUserInformation - this makes a TLS copy of the MgUserInformation object
+    // Set the current MgUserInformation
     MgUserInformation::SetCurrentUserInfo(userInfo);
 
     m_siteConnection = new MgSiteConnection();



More information about the mapguide-commits mailing list