stas        2004/05/21 11:37:00

  Modified:    xs/maps  apr_structures.map
  Log:
  - new module APR::BucketType
    name is read-only
  - APR::Bucket type(), length(), start(), data() are now all readonly
  
  Revision  Changes    Path
  1.13      +7 -7      modperl-2.0/xs/maps/apr_structures.map
  
  Index: apr_structures.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_structures.map,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -u -r1.12 -r1.13
  --- apr_structures.map        17 May 2004 22:54:36 -0000      1.12
  +++ apr_structures.map        21 May 2004 18:37:00 -0000      1.13
  @@ -8,8 +8,8 @@
   
   #buckets
   
  -<apr_bucket_type_t MODULE=APR::Bucket>
  -   name
  +<apr_bucket_type_t MODULE=APR::BucketType>
  +<  name
   -  num_func
   -  destroy
   -  read
  @@ -18,12 +18,12 @@
   -  copy
   </apr_bucket_type_t>
   
  -<apr_bucket>
  +<apr_bucket MODULE=APR::Bucket>
   >  link
  -   type
  -   length
  -   start
  -   data
  +<  type
  +<  length
  +<  start
  +<  data
   >  free
   >  list
   </apr_bucket>
  
  
  

Reply via email to