Ignore:
Timestamp:
2000-08-03T14:49:41+12:00 (24 years ago)
Author:
johnmcp
Message:

Relatively stable z39.50 implementation now, merged with the mgpp source.
(Still needs a decent interface and query language though...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/z3950-branch/gsdl/src/recpt/OIDtools.h

    r649 r1342  
    2121 * along with this program; if not, write to the Free Software
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    23  *
    24  * $Id$
    2523 *
    2624 *********************************************************************/
     
    4947bool get_info (const text_t &OID, const text_t &collection,
    5048           const text_tset &metadata, bool getParents,
     49           recptproto *collectproto, FilterResponse_t &response,
     50           ostream &logout);
     51bool get_info (const text_t &OID, const text_t &collection,
     52           const text_tset &metadata, const OptionValue_tarray &options,
     53           bool getParents,
    5154           recptproto *collectproto, FilterResponse_t &response,
    5255           ostream &logout);
Note: See TracChangeset for help on using the changeset viewer.