[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[cppserv-cvs] commit
ilya
cppserv/src/libcserv servletconfig.h,,,1.2,,,1.3
Mon Apr 25 22:14:33 PDT 2005
Update of /data/CVS/public/cppserv/src/libcserv
In directory gateway:/tmp/cvs-serv15398/src/libcserv
Modified Files:
servletconfig.h
Log Message:
- preliminary (and absolutely broken) signal handling.
- bind to IP and listen on port parameters (-l & -p)
- related to above - Request Dispatcher does not create listener any more, but rather uses reference to one created externally
- added ServletConfigImpl class - will be usefull when we have full config support