Changeset 244 for 06/libkombilo/cpptest.cpp
- Timestamp:
- 03/24/07 03:21:42 (2 years ago)
- Files:
-
- 06/libkombilo/cpptest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
06/libkombilo/cpptest.cpp
r239 r244 29 29 gl.start_processing(); 30 30 directory_iterator end_itr; 31 // string path = "/home/ug/go/kombilo/06/libkombilo";31 string path = "/home/ug/go/kombilo/06/tests1/libkombilo"; 32 32 // string path = "/home/ug/go/gtl/reviews"; 33 string path = "/home/ug/go/gogod06/1998";33 // string path = "/home/ug/go/gogod06/1998"; 34 34 int counter = 0; 35 35 for(directory_iterator it(path); it != end_itr; ++it) {
