The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours.
Further details in the announcement
apr.hpp
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 #ifndef _SVNCPP_APR_H_
00027 #define _SVNCPP_APR_H_
00028
00032 namespace svn
00033 {
00034
00039 class Apr
00040 {
00041 public:
00045 Apr ();
00046
00050 ~Apr ();
00051
00052 private:
00054 Apr (const Apr &);
00055
00057 Apr &
00058 operator = (const Apr &);
00059 };
00060 }
00061
00062 #endif
00063
00064
00065
00066
00067
Generated on Tue Mar 4 00:40:36 2008 for SvnCpp by
1.5.3