[Modcplusplus-devel] (gr84b8) mod_cplusplus/include apache_filters.h
Brought to you by:
gr84b8,
johnksterling
|
From: Mod C. C. L. <mod...@so...> - 2002-04-26 18:57:33
|
Mod Cplusplus CVS committal
Author : gr84b8
Project : mod_cplusplus
Module : include
Dir : mod_cplusplus/include
Modified Files:
apache_filters.h
Added Files:
apache_output_buffer.h env_value.h request_env.h
Log Message:
add in environ decoding, request streaming, and updated the test suite and exmaples (Submitted by: Nathan Stitt <na...@st...>)
===================================================================
RCS file: /cvsroot/modcplusplus/mod_cplusplus/include/apache_filters.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- apache_filters.h 7 Mar 2002 20:14:06 -0000 1.5
+++ apache_filters.h 26 Apr 2002 18:57:00 -0000 1.6
@@ -1,3 +1,7 @@
+
+#ifndef __APACHE_FILTERS_H__
+#define __APACHE_FILTERS_H__
+
#include "apache_handler.h"
class ApacheInputFilter : public ApacheBase
@@ -32,3 +36,5 @@
{ return DECLINED; }
};
+
+#endif // __APACHE_FILTERS_H__
|