pier 01/07/18 21:18:22 Modified: webapp/include wa_config.h Log: Added a "deployed" flag to the wa_application structure. Revision Changes Path 1.4 +2 -1 jakarta-tomcat-connectors/webapp/include/wa_config.h Index: wa_config.h =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/include/wa_config.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wa_config.h 2001/05/10 08:56:22 1.3 +++ wa_config.h 2001/07/19 04:18:22 1.4 @@ -58,7 +58,7 @@ /** * @package Configuration * @author Pier Fumagalli <mailto:[EMAIL PROTECTED]> - * @version $Id: wa_config.h,v 1.3 2001/05/10 08:56:22 pier Exp $ + * @version $Id: wa_config.h,v 1.4 2001/07/19 04:18:22 pier Exp $ */ #ifndef _WA_CONFIG_H_ #define _WA_CONFIG_H_ @@ -118,6 +118,7 @@ /** The local expanded application path (if any). */ char *lpth; /** Wether this web-application has been deployed or not. */ + wa_boolean depl; }; /**