Ignore:
Timestamp:
1999-04-30T14:00:48+12:00 (25 years ago)
Author:
sjboddie
Message:

lots of stuff to do with getting documentaction working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/mggdbmsource.h

    r236 r249  
    2929  text_t collectdir;
    3030
     31  text_t parentOID;
     32  infodbclass parentinfo;
     33  text_tarray parentcontents;
     34
    3135  text_t gdbm_filename;
    3236  gdbmclass *gdbmptr;
     
    4650  void configure (const text_t &key, const text_tarray &cfgline);
    4751  bool init (ostream &logout);
     52  bool translate_OID (const text_t &OIDin, text_t &OIDout,
     53              comerror_t &err, ostream &logout);
    4854  bool get_metadata (const text_t &requestParams, const text_t &refParams,
    4955             const text_tarray &fields, const text_t &OID,
Note: See TracChangeset for help on using the changeset viewer.