geoff       2004/03/23 16:47:26

  Modified:    src/docs/2.0/api/Apache ServerUtil.pod
  Log:
  remove method_register
  
  Revision  Changes    Path
  1.18      +0 -30     modperl-docs/src/docs/2.0/api/Apache/ServerUtil.pod
  
  Index: ServerUtil.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/api/Apache/ServerUtil.pod,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ServerUtil.pod    23 Mar 2004 14:53:36 -0000      1.17
  +++ ServerUtil.pod    24 Mar 2004 00:47:26 -0000      1.18
  @@ -450,36 +450,6 @@
   
   
   
  -=head2 C<method_register>
  -
  -META: Autogenerated - needs to be reviewed/completed
  -
  -Register a new request method, and return the offset that will be
  -associated with that method.
  -
  -  $ret = $p->method_register($methname);
  -
  -=over 4
  -
  -=item arg1: C<$p> (C<L<APR::Pool|docs::2.0::api::APR::Pool>>)
  -
  -The pool to create registered method numbers from.
  -
  -=item arg2: C<$methname> (string)
  -
  -The name of the new method to register.
  -
  -=item ret: C<$ret> (integer)
  -
  -Ab int value representing an offset into a bitmask.
  -
  -=back
  -
  -
  -
  -
  -
  -
   =head2 C<server>
   
   Get the main server's object
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to