Ignore:
Timestamp:
2001-02-16T16:04:27+13:00 (23 years ago)
Author:
kjm18
Message:

ColInfoResponse_t.isPublic now defaults to true. this means that all
collections are public unless specifically designated private in the
configuration file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/comtypes.cpp

    r1860 r1994  
    4444}
    4545
     46/* isPublic now defaults to true */
    4647void ColInfoResponse_t::clear () {
    4748  shortInfo.clear();
    48   isPublic=false;
     49  isPublic=true;
    4950  isBeta=false;
    5051  languages.erase(languages.begin(), languages.end());
Note: See TracChangeset for help on using the changeset viewer.