Author: wrowe
Date: Mon Nov  1 16:59:07 2004
New Revision: 56309

Modified:
   incubator/httpd/cli/trunk/mod_aspdotnet/Apache.Web/Apache.Web.Version.h
   incubator/httpd/cli/trunk/mod_aspdotnet/mod/mod_aspdotnet.cpp
Log:

  Abstract our PublicKeyToken to the Apache.Web.Version.h file
  (it was a bit buried.)

Modified: 
incubator/httpd/cli/trunk/mod_aspdotnet/Apache.Web/Apache.Web.Version.h
==============================================================================
--- incubator/httpd/cli/trunk/mod_aspdotnet/Apache.Web/Apache.Web.Version.h     
(original)
+++ incubator/httpd/cli/trunk/mod_aspdotnet/Apache.Web/Apache.Web.Version.h     
Mon Nov  1 16:59:07 2004
@@ -57,4 +57,6 @@
                 ##APACHE_WEB_VER_SUBVS ##. \
                 ##APACHE_WEB_VER_BUILD)
 
+#define APACHE_KEY_TOKEN "9b9b842f49b86351"
+
 #endif // APACHE_WEB_VERSION

Modified: incubator/httpd/cli/trunk/mod_aspdotnet/mod/mod_aspdotnet.cpp
==============================================================================
--- incubator/httpd/cli/trunk/mod_aspdotnet/mod/mod_aspdotnet.cpp       
(original)
+++ incubator/httpd/cli/trunk/mod_aspdotnet/mod/mod_aspdotnet.cpp       Mon Nov 
 1 16:59:07 2004
@@ -327,7 +327,7 @@
     hr = pDefaultDomain->CreateInstance(_bstr_t("Apache.Web, "
                                             "Version=" APACHE_WEB_VERSION ", "
                                            "Culture=neutral, "
-                                            "PublicKeyToken=9b9b842f49b86351"),
+                                            "PublicKeyToken=" 
APACHE_KEY_TOKEN),
                                         _bstr_t(L"Apache.Web.HostFactory"),
                                         &pObjHandle);
     // Done with pDefaultDomain

Reply via email to