You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by li...@apache.org on 2003/07/08 11:47:09 UTC

cvs commit: xml-axis/c/src/server/iis/mod_axis_isapi mod_axis_isapi.cpp

lilantha    2003/07/08 02:47:09

  Modified:    c/src/server/iis/mod_axis_isapi mod_axis_isapi.cpp
  Log:
  ISAPI extention
  
  Revision  Changes    Path
  1.2       +1 -1      xml-axis/c/src/server/iis/mod_axis_isapi/mod_axis_isapi.cpp
  
  Index: mod_axis_isapi.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/server/iis/mod_axis_isapi/mod_axis_isapi.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_axis_isapi.cpp	8 Jul 2003 09:41:35 -0000	1.1
  +++ mod_axis_isapi.cpp	8 Jul 2003 09:47:09 -0000	1.2
  @@ -3,7 +3,7 @@
   DWORD WINAPI HttpExtensionProc(IN EXTENSION_CONTROL_BLOCK *pECB)
   {
   	static char szMessage[] = 
  -	"<hello>Go to hell</hello>\r\n";
  +	"<hello>Test</hello>\r\n";
   
   	HSE_SEND_HEADER_EX_INFO HeaderExInfo;