Last change
on this file since 32 was
32,
checked in by Jari Häkkinen, 17 years ago
|
Removed annoying output and requirements.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
218 bytes
|
Rev | Line | |
---|
[24] | 1 | // $Id: file.cc 32 2006-01-12 00:21:10Z jari $ |
---|
| 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; |
---|
[32] | 12 | std::string path("file.cc"); |
---|
[24] | 13 | File file(path); |
---|
| 14 | file.parse(); |
---|
| 15 | return 0; |
---|
| 16 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.