Ignore:
Timestamp:
1999-10-31T11:16:37+13:00 (25 years ago)
Author:
sjboddie
Message:

added a collection argument

File:
1 edited

Legend:

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

    r668 r747  
    4646
    4747  int output_section_group (ResultDocInfo_t &section, cgiargsclass &args,
    48                 int colnumber, format_t *formatlistptr,
     48                const text_t collection, int colnumber, format_t *formatlistptr,
    4949                bool use_table, text_tset &metadata, bool &getParents,
    5050                recptproto *collectproto, displayclass &disp,
     
    5252
    5353  int output_section_group (FilterResponse_t &sections, cgiargsclass &args,
    54                 int colnumber, format_t *formatlistptr,
     54                const text_t collection, int colnumber, format_t *formatlistptr,
    5555                bool use_table, text_tset &metadata, bool &getParents,
    5656                recptproto *collectproto, displayclass &disp,
     
    6060
    6161  void get_link_icon (ResultDocInfo_t &section, cgiargsclass &args,
    62               text_t &link, text_t &icon);
     62              const text_t &collink, text_t &link, text_t &icon);
    6363};
    6464
Note: See TracChangeset for help on using the changeset viewer.