Ignore:
Timestamp:
2004-05-25T16:31:41+12:00 (20 years ago)
Author:
mdewsnip
Message:

(Human Info) Added language parameter to all calls of get_info, get_children, has_children, and get_contents. Also, removed some of the modifications so it compiles again.

File:
1 edited

Legend:

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

    r7392 r7432  
    2929
    3030#include "browserclass.h"
     31#include "receptionist.h"
    3132
    3233class vlistbrowserclass : public browserclass {
     
    3637  vlistbrowserclass ();
    3738  virtual ~vlistbrowserclass ();
     39
     40  void set_receptionist(receptionist *therecpt) {recpt=therecpt;}
    3841
    3942  text_t get_browser_name ();
     
    6164  virtual void get_link_icon (ResultDocInfo_t &section, cgiargsclass &args,
    6265                  const text_t &collink, text_t &link, text_t &icon);
     66
     67  receptionist *recpt;
    6368};
    6469
Note: See TracChangeset for help on using the changeset viewer.