Changeset 21405
- Timestamp:
- 2010-01-04T17:44:21+13:00 (13 years ago)
- Location:
- main/trunk/greenstone2/common-src/src/lib
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/common-src/src/lib/Makefile.in
r21325 r21405 69 69 fileutil.cpp \ 70 70 gdbmclass.cpp \ 71 jdbmnaiveclass.cpp \ 71 72 gsdlsitecfg.cpp \ 72 73 gsdltimes.cpp \ … … 89 90 fileutil.o \ 90 91 gdbmclass.o \ 92 jdbmnaiveclass.o \ 91 93 gsdlsitecfg.o \ 92 94 gsdltimes.o \ -
main/trunk/greenstone2/common-src/src/lib/gdbmclass.cpp
r21396 r21405 89 89 } 90 90 91 // DEPRECATED -- No longer necessary now that the GDBM library reads both little-endian and big-endian files 91 // The following fall-back is less likely to be needed now that GDBM 92 // library reads both little-endian and big-endian files 92 93 if (!file_exists(gdbm_filename)) 93 94 { -
main/trunk/greenstone2/common-src/src/lib/gdbmclass.h
r18051 r21405 85 85 text_t getnextkey (const text_t &key); 86 86 87 // DEPRECATED -- No longer necessary now that the GDBM library reads both little-endian and big-endian files88 87 void generate_from_txtgz (text_t filename); 89 88 };
Note:
See TracChangeset
for help on using the changeset viewer.