Last change
on this file since 31 was
24,
checked in by Peter Johansson, 17 years ago
|
added trivial test for classes and modified tree to go for the full monty
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
228 bytes
|
Line | |
---|
1 | // $Id: directory.cc 24 2006-01-02 08:20:46Z peter $ |
---|
2 | |
---|
3 | #include "Directory.h" |
---|
4 | |
---|
5 | #include <iostream> |
---|
6 | #include <string> |
---|
7 | |
---|
8 | int main() |
---|
9 | { |
---|
10 | using namespace theplu::svnstat; |
---|
11 | std::string path("/Users/peter/tmp/c++_tools/lib/classifier"); |
---|
12 | Directory directory(path); |
---|
13 | return 0; |
---|
14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.