Changeset 144 for trunk/test/file.cc
- Timestamp:
- Aug 9, 2006, 10:37:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/file.cc
r84 r144 31 31 using namespace theplu::svnstat; 32 32 std::string path("file.cc"); 33 File file( path);33 File file(0,path); 34 34 file.parse(); 35 35 return 0;
Note: See TracChangeset
for help on using the changeset viewer.