00001 /* 00002 * ==================================================================== 00003 * Copyright (c) 2002, 2003 The RapidSvn Group. All rights reserved. 00004 * 00005 * This software is licensed as described in the file LICENSE.txt, 00006 * which you should have received as part of this distribution. 00007 * 00008 * This software consists of voluntary contributions made by many 00009 * individuals. For exact contribution history, see the revision 00010 * history and logs, available at http://rapidsvn.tigris.org/. 00011 * ==================================================================== 00012 */ 00013 00014 #ifndef _SVNCPP_APR_H_ 00015 #define _SVNCPP_APR_H_ 00016 00020 namespace svn 00021 { 00022 00027 class Apr 00028 { 00029 public: 00033 Apr (); 00034 00038 ~Apr (); 00039 00040 private: 00042 Apr (const Apr &); 00043 00045 Apr & 00046 operator = (const Apr &); 00047 }; 00048 } 00049 00050 #endif