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/hlistbrowserclass.h

    r7392 r7432  
    2929
    3030#include "browserclass.h"
     31#include "receptionist.h"
    3132
    3233class hlistbrowserclass : public browserclass {
     
    3637  hlistbrowserclass ();
    3738  virtual ~hlistbrowserclass ();
     39
     40  void set_receptionist(receptionist *therecpt) {recpt=therecpt;}
    3841
    3942  // returns the name that specifies the browserclass type
     
    6164                    outconvertclass &outconvert, ostream &textout, ostream &logout);
    6265
     66protected:
     67  receptionist *recpt;
    6368};
    6469
Note: See TracChangeset for help on using the changeset viewer.