[mapguide-commits] r1132 - trunk/MgDev/Server/src/Gws/GwsResource

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Feb 23 12:15:58 EST 2007


Author: brucedechant
Date: 2007-02-23 12:15:58 -0500 (Fri, 23 Feb 2007)
New Revision: 1132

Modified:
   trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.cpp
   trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.h
Log:
Fix Linux build.

Modified: trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.cpp	2007-02-23 00:45:29 UTC (rev 1131)
+++ trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.cpp	2007-02-23 17:15:58 UTC (rev 1132)
@@ -198,5 +198,6 @@
 const wchar_t* IDS_STRING_eGwsRefreshCacheFeatureIsUpTodate             = L"Feature is up-to-date.";
 const wchar_t* IDS_STRING_eGwsRefreshDeletedFeatureInCache              = L"Feature has been deleted from the cache during refresh.";
 const wchar_t* IDS_STRING_eGwsRefreshReloadedFeatureInCache             = L"Feature has been refreshed in the cache.";
-const wchar_t* IDS_STRING_eGwsRefreshFeatureNotFound                     = L"Feature was not found either in the feature source or in the cache.";
+const wchar_t* IDS_STRING_eGwsRefreshFeatureNotFound                    = L"Feature was not found either in the feature source or in the cache.";
+const wchar_t* IDS_STRING_eGwsFdoInvalidDataType                        = L"Invalid data type.";
 

Modified: trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.h
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.h	2007-02-23 00:45:29 UTC (rev 1131)
+++ trunk/MgDev/Server/src/Gws/GwsResource/GwsResourceLinux.h	2007-02-23 17:15:58 UTC (rev 1132)
@@ -201,3 +201,4 @@
 static const wchar_t* IDS_STRING_eGwsRefreshDeletedFeatureInCache;
 static const wchar_t* IDS_STRING_eGwsRefreshReloadedFeatureInCache;
 static const wchar_t* IDS_STRING_eGwsRefreshFeatureNotFound;
+static const wchar_t* IDS_STRING_eGwsFdoInvalidDataType;



More information about the mapguide-commits mailing list