Ignore:
Timestamp:
2000-02-07T10:29:11+13:00 (24 years ago)
Author:
sjboddie
Message:

fixed a bug - made some functions virtual for use with cstr collection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/pagedbrowserclass.h

    r752 r912  
    4747  text_t get_default_formatstring ();
    4848
    49   void processOID (cgiargsclass &args, recptproto *collectproto,
    50            ostream &logout);
     49  virtual void processOID (cgiargsclass &args, recptproto *collectproto,
     50               ostream &logout);
    5151
    52   int output_section_group (ResultDocInfo_t &section, cgiargsclass &args,
    53                 const text_t &collection, int colnumber, format_t *formatlistptr,
    54                 bool use_table, text_tset &metadata, bool &getParents,
    55                 recptproto *collectproto, displayclass &disp,
    56                 outconvertclass &outconvert, ostream &textout, ostream &logout);
     52  virtual int output_section_group (ResultDocInfo_t &section, cgiargsclass &args,
     53                    const text_t &collection, int colnumber, format_t *formatlistptr,
     54                    bool use_table, text_tset &metadata, bool &getParents,
     55                    recptproto *collectproto, displayclass &disp,
     56                    outconvertclass &outconvert, ostream &textout, ostream &logout);
    5757
    58   int output_section_group (FilterResponse_t &sections, cgiargsclass &args,
    59                 const text_t &collection, int colnumber, format_t *formatlistptr,
    60                 bool use_table, text_tset &metadata, bool &getParents,
    61                 recptproto *collectproto, displayclass &disp,
    62                 outconvertclass &outconvert, ostream &textout, ostream &logout);
     58  virtual int output_section_group (FilterResponse_t &sections, cgiargsclass &args,
     59                    const text_t &collection, int colnumber, format_t *formatlistptr,
     60                    bool use_table, text_tset &metadata, bool &getParents,
     61                    recptproto *collectproto, displayclass &disp,
     62                    outconvertclass &outconvert, ostream &textout, ostream &logout);
    6363
    6464};
Note: See TracChangeset for help on using the changeset viewer.