pier        01/05/10 01:53:17

  Modified:    connectors/include wa.h
  Log:
  Modified provider structures/files/procedures
  
  Revision  Changes    Path
  1.5       +5 -3      jakarta-tomcat-4.0/connectors/include/wa.h
  
  Index: wa.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/connectors/include/wa.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- wa.h      2001/05/10 06:17:20     1.4
  +++ wa.h      2001/05/10 08:53:16     1.5
  @@ -57,7 +57,7 @@
   
   /**
    * @author  Pier Fumagalli <mailto:[EMAIL PROTECTED]>
  - * @version $Id: wa.h,v 1.4 2001/05/10 06:17:20 pier Exp $
  + * @version $Id: wa.h,v 1.5 2001/05/10 08:53:16 pier Exp $
    */
   #ifndef _WA_H_
   #define _WA_H_
  @@ -88,13 +88,15 @@
   typedef struct wa_hostdata wa_hostdata;
   typedef struct wa_handler wa_handler;
   
  -//typedef struct wa_provider wa_provider;
  +typedef struct wa_provider wa_provider;
   
  +/* All declared providers */
  +extern wa_provider wa_provider_info;
  +
   /* WebApp Library includes */
   #include <wa_main.h>
   #include <wa_config.h>
   #include <wa_request.h>
  -//#include <wa_provider.h>
   
   /* Debugging mark */
   #define WA_MARK __FILE__,__LINE__
  
  
  

Reply via email to