Revision 811225
Go back to digest for 25th May 2008Features in Office
Lorenzo Villani committed changes in /trunk/koffice/kexi/webforms:
* Ladies and getleman: introducing the HTTPStream class, wrapping shttpd_printf call and allowing me to avoid:
- shttpd_printf(arg, "%s", string) all around in the code
- sending HTTP headers everytime I want to output something
- having to write arg->flags |= SHTTPD_END_OF_OUTPUT
* typedef struct shttpd_arg Request (hides shttpd_arg data type)
* removed some bits of code used for testing
File Changes
Added 2 files
- /trunk/koffice/kexi/webforms
- /HTTPStream.cpp
- /HTTPStream.h
Modified 4 files
- /trunk/koffice/kexi/webforms
- /CMakeLists.txt
- /IndexView.cpp
- /IndexView.h
- /main.cpp
6 files changed in total