3
* ====================================================================
4
* Copyright (c) 2003-2004 CollabNet. All rights reserved.
6
* This software is licensed as described in the file COPYING, which
7
* you should have received as part of this distribution. The terms
8
* are also available at http://subversion.tigris.org/license-1.html.
9
* If newer versions of this license are posted there, you may use a
10
* newer version instead, at your option.
12
* This software consists of voluntary contributions made by many
13
* individuals. For exact contribution history, see the revision
14
* history and logs, available at http://subversion.tigris.org/.
15
* ====================================================================
19
* @brief Interface of the class Pool
22
#if !defined(AFX_POOL_H__4755FB06_B88C_451D_A0EE_91F5A547C30B__INCLUDED_)
23
#define AFX_POOL_H__4755FB06_B88C_451D_A0EE_91F5A547C30B__INCLUDED_
27
#endif // _MSC_VER > 1000
32
* this class manages one apr pool. Objects of this class are allocated on
33
* the stack of the SVNClient & SVNAdmin methods as the request pool.
34
* Leaving the methods will destroy the pool.
41
apr_pool_t * pool () const;
44
* the apr pool request pool
49
// !defined(AFX_POOL_H__4755FB06_B88C_451D_A0EE_91F5A547C30B__INCLUDED_)