You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2002/03/24 20:21:40 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_env.h

costin      02/03/24 11:21:40

  Modified:    jk/native2/include jk_env.h
  Log:
  Initial/experimental field to store all the supported properties in
  each component.
  
  Will be used to simplify/generalize the status worker.
  
  Revision  Changes    Path
  1.9       +8 -0      jakarta-tomcat-connectors/jk/native2/include/jk_env.h
  
  Index: jk_env.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_env.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jk_env.h	23 Mar 2002 16:52:18 -0000	1.8
  +++ jk_env.h	24 Mar 2002 19:21:40 -0000	1.9
  @@ -132,6 +132,7 @@
       /* Type of this object
        */
       const char *type;
  +
       /* Name of the object
        */
       const char *name;
  @@ -148,6 +149,13 @@
       */
       struct jk_map *settings;
   
  +    /* Temp - will change !*/
  +    /* Attributes supported by getAttribute method */
  +    char **getAttributeInfo;
  +    
  +    /* Attributes supported by setAttribute method */
  +    char **setAttributeInfo;
  +    
       /** Set a jk property. This is similar with the mechanism
        *  used by java side ( with individual setters for
        *  various properties ), except we use a single method
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>