You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by pi...@apache.org on 2001/08/06 04:18:48 UTC

cvs commit: jakarta-tomcat-connectors/webapp/include wa.h

pier        01/08/05 19:18:48

  Modified:    webapp/include wa.h
  Log:
  Include apr_file_info.h to start processing shared contexts between
  Apache and Tomcat over WARP.
  
  Revision  Changes    Path
  1.11      +2 -1      jakarta-tomcat-connectors/webapp/include/wa.h
  
  Index: wa.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/include/wa.h,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- wa.h	2001/07/15 08:44:11	1.10
  +++ wa.h	2001/08/06 02:18:48	1.11
  @@ -57,7 +57,7 @@
   
   /**
    * @author  Pier Fumagalli <ma...@eng.sun.com>
  - * @version $Id: wa.h,v 1.10 2001/07/15 08:44:11 pier Exp $
  + * @version $Id: wa.h,v 1.11 2001/08/06 02:18:48 pier Exp $
    */
   #ifndef _WA_H_
   #define _WA_H_
  @@ -81,6 +81,7 @@
   #include <apr_tables.h>
   #include <apr_time.h>
   #include <apr_network_io.h>
  +#include <apr_file_info.h>
   
   /* WebApp Library type definitions. */
   typedef enum {