Last change
on this file since 24 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:
259 bytes
|
Line | |
---|
1 | // $Id: file.cc 24 2006-01-02 08:20:46Z peter $ |
---|
2 | |
---|
3 | #include "File.h" |
---|
4 | #include "Directory.h" |
---|
5 | |
---|
6 | #include <iostream> |
---|
7 | #include <string> |
---|
8 | |
---|
9 | int main() |
---|
10 | { |
---|
11 | using namespace theplu::svnstat; |
---|
12 | std::string path("/Users/peter/tmp/c++_tools/lib/classifier/SVM.cc"); |
---|
13 | File file(path); |
---|
14 | file.parse(); |
---|
15 | return 0; |
---|
16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.