- Project tools
-
-
- How do I...
-
| Category |
Featured projects |
| scm |
Subversion,
Subclipse,
TortoiseSVN,
RapidSVN
|
| issuetrack |
Scarab |
| requirements |
xmlbasedsrs |
| design |
ArgoUML |
| techcomm |
SubEtha,
eyebrowse,
midgard,
cowiki |
| construction |
antelope,
scons,
frameworx,
build-interceptor,
propel,
phing
|
| testing |
maxq,
aut
|
| deployment |
current |
| process |
ReadySET |
| libraries |
GEF,
Axion,
Style,
SSTree
|
| Over 500 more tools... |
|
apr.hppGo 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 #ifndef _SVNCPP_APR_H_
00026 #define _SVNCPP_APR_H_
00027
00031 namespace svn
00032 {
00033
00038 class Apr
00039 {
00040 public:
00044 Apr();
00045
00049 ~Apr();
00050
00051 private:
00053 Apr(const Apr &);
00054
00056 Apr &
00057 operator = (const Apr &);
00058 };
00059 }
00060
00061 #endif
00062
00063
00064
00065
00066
Generated on Tue Oct 6 19:45:57 2009 for SvnCpp by
1.5.8
|