Ignore:
Timestamp:
2001-01-26T07:26:45+13:00 (23 years ago)
Author:
cs025
Message:

Included CORBA branch for first time

File:
1 edited

Legend:

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

    r1285 r1860  
    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$
    2325 *
    2426 *********************************************************************/
     
    7476  void set_filter_options (FilterRequest_t &request, cgiargsclass &args);
    7577 
    76   // returns the number of tabs to add before displaying the
     78  // output_section_group returns the number of tabs to add before displaying the
    7779  // next section group
     80  // The first version takes one result of a search/query action, the
     81  // second takes all the results; ResultDocInfo_t is actually a child struct
     82  // of FilterResponse_t items.  The second version tends to output parts of an
     83  // abstract structure (e.g. for a table of contents/classifier list, the first
     84  // for an individual document
    7885  virtual int output_section_group (ResultDocInfo_t &section, cgiargsclass &args,
    7986                    const text_t &collection, int colnumber,
Note: See TracChangeset for help on using the changeset viewer.