Changeset 243 for 06/libkombilo-branches/hash_center/cpptest.cpp
- Timestamp:
- 03/22/07 22:41:18 (22 months ago)
- Files:
-
- 1 modified
-
06/libkombilo-branches/hash_center/cpptest.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
06/libkombilo-branches/hash_center/cpptest.cpp
r242 r243 29 29 gl.start_processing(); 30 30 directory_iterator end_itr; 31 //string path = "/home/ug/go/kombilo/06/hash_center";31 string path = "/home/ug/go/kombilo/06/hash_center"; 32 32 // string path = "/home/ug/go/gtl/reviews"; 33 string path = "/home/ug/go/gogod06/2001";33 // string path = "/home/ug/go/gogod06/2001"; 34 34 int counter = 0; 35 35 for(directory_iterator it(path); it != end_itr; ++it) {
