Author: wrowe Date: Sat Jan 1 16:06:14 2005 New Revision: 123860 URL: http://svn.apache.org/viewcvs?view=rev&rev=123860 Log:
We now import this namespace, use a much quicker shorthand for the invariant culture object. Modified: httpd/mod_aspdotnet/trunk/Apache.Web/Host.h Modified: httpd/mod_aspdotnet/trunk/Apache.Web/Host.h Url: http://svn.apache.org/viewcvs/httpd/mod_aspdotnet/trunk/Apache.Web/Host.h?view=diff&rev=123860&p1=httpd/mod_aspdotnet/trunk/Apache.Web/Host.h&r1=123859&p2=httpd/mod_aspdotnet/trunk/Apache.Web/Host.h&r2=123860 ============================================================================== --- httpd/mod_aspdotnet/trunk/Apache.Web/Host.h (original) +++ httpd/mod_aspdotnet/trunk/Apache.Web/Host.h Sat Jan 1 16:06:14 2005 @@ -36,8 +36,7 @@ static Encoding *utf8_encoding = new UTF8Encoding(false); // our default cultureNeutral object for proper strcmp's - static System::Globalization::CultureInfo *neutralCulture - = new System::Globalization::CultureInfo(""); + static CultureInfo *neutralCulture = CultureInfo::InvariantCulture; // No trailing slash for this URI-path String *virtualPath;