Changeset 17989
- Timestamp:
- 2008-12-01 14:09:52 (1 month ago)
- Files:
-
- gsdl/trunk/runtime-src/src/colservr/collectset.cpp (modified) (1 diff)
- gsdl/trunk/runtime-src/src/colservr/collectset.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gsdl/trunk/runtime-src/src/colservr/collectset.cpp
r17476 r17989 91 91 } 92 92 93 94 collectset::collectset (text_t& httpprefix_arg) 95 { 96 httpprefix = httpprefix_arg; 97 } 98 99 93 100 collectset::~collectset () { 94 101 collectservermapclass::iterator here = cservers.begin(); gsdl/trunk/runtime-src/src/colservr/collectset.h
r16310 r17989 27 27 public: 28 28 collectset(text_t& gsdlhome, text_t& collecthome); 29 30 // this constructor is used by the Firefox Greenstone 31 collectset(text_t& httpprefix_arg); 32 29 33 // this constructor is used by the local library 30 34 collectset() {}
