Hi John,
I assume that this must have originated from the fact that the
apache module implementation has to be a C like functional
implementation.
However, the module implementation could use OO style as whatever
we have within the apche module is under our control.
As an example, we already use SOAPTransport* pTransport; within
axis_handler_helper() of the
/ws-axis/c/src/server/apache2/mod_axis2.cpp. Hence, in my
understanding we can use classes here rather than a functional
implementation.
Thanks,
Samisa...
On 7/21/05, John Hawkins <[EMAIL PROTECTED]> wrote:
>
> Hi Folks,
>
> trying to improve my knowledge of the server-side and came up with the
> question - Why has axis.cpp got a load of C functions in it - why not a
> class?
>
> thanks,
> John.