source:
trunk/test/directory.cc
@
80
Last change on this file since 80 was 69, checked in by , 17 years ago | |
---|---|
|
|
File size: 168 bytes |
Line | |
---|---|
1 | // $Id: directory.cc 69 2006-02-13 00:46:30Z jari $ |
2 | |
3 | #include "Directory.h" |
4 | |
5 | #include <string> |
6 | |
7 | int main() |
8 | { |
9 | using namespace theplu::svnstat; |
10 | std::string path("."); |
11 | Directory directory(path); |
12 | return 0; |
13 | } |
Note: See TracBrowser
for help on using the repository browser.