Update of /cvsroot/pywin32/pywin32/isapi/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1078
Modified Files:
pyISAPI.cpp
Log Message:
Add a comment pointing to http://sf.net/support/tracker.php?aid=1173795
to indicate we know the filter terminate function is not called, but don't
know why.
Index: pyISAPI.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/isapi/src/pyISAPI.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pyISAPI.cpp 6 Oct 2004 05:11:54 -0000 1.1
--- pyISAPI.cpp 12 Apr 2005 05:33:24 -0000 1.2
***************
*** 207,210 ****
--- 207,212 ----
}
+ // Hmm - this appears to never be called!?!?
+ // http://sf.net/support/tracker.php?aid=1173795
BOOL WINAPI TerminateFilter(DWORD status)
{
|