Last change
on this file since 69 was
69,
checked in by Jari Häkkinen, 17 years ago
|
Removed unused #include directives.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
168 bytes
|
Rev | Line | |
---|
[24] | 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; |
---|
[32] | 10 | std::string path("."); |
---|
[24] | 11 | Directory directory(path); |
---|
| 12 | return 0; |
---|
| 13 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.