[Modcplusplus-devel] (johnksterling) mod_cplusplus/include cpp_request.h
Brought to you by:
gr84b8,
johnksterling
From: Mod C. C. L. <mod...@so...> - 2004-06-28 02:54:51
|
Mod Cplusplus CVS committal Author : johnksterling Project : mod_cplusplus Module : include Dir : mod_cplusplus/include Modified Files: cpp_request.h Log Message: fix up the code a little and add a test and an example for content type =================================================================== RCS file: /cvsroot/modcplusplus/mod_cplusplus/include/cpp_request.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- cpp_request.h 19 Jun 2002 14:11:07 -0000 1.8 +++ cpp_request.h 28 Jun 2004 02:54:44 -0000 1.9 @@ -60,7 +60,6 @@ apr_off_t bytes_sent() { return mRequest->bytes_sent; } apr_time_t mtime() { return mRequest->mtime; } int chunked() { return mRequest->chunked; } - /* const char *boundary() {return mRequest->boundary; } */ const char *range() {return mRequest->range; } apr_off_t clength() {return mRequest->clength; } apr_off_t remaining() {return mRequest->remaining; } |