is it possible to subclass wwServer class?
I tried the following to modify LogRequest function. I think it would be not correct to modify the original wwServer class, so I added a new class with only LogRequest function, then I added
SET PROCEDURE TO myServer.prg ADDITIVE
in MyappMain.OnLoad however it does not work.
Thank you very much again
#INCLUDE WCONNECT.H ********************************************************************* DEFINE CLASS MyServer AS wwServer ********************************* *: Author: Rick Strahl *: (c) West Wind Technologies, 1995-2005 *:Contact: <<a href="http://www.west-wind.com" target="top" >>http://www.west-wind.com<</a>> ********************************************************************* ********************************************************************* FUNCTION LogRequest ********************************************************************* ... ENDFUNC