Ignore:
Timestamp:
2004-05-24T14:55:33+12:00 (20 years ago)
Author:
mdewsnip
Message:

(Human Info) Allow some browser classes to be easily switched off. Also added a clone function to every browser class.

File:
1 edited

Legend:

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

    r2016 r7379  
    2626 *********************************************************************/
    2727
     28#include "gsdl_modules_cfg.h"
     29#ifdef GSDL_USE_PHIND_BROWSER
     30
    2831// The phindbrowserclass is necessary to add a phind classifier to the user
    2932// interface and navigation bar, but is basically empty - all the work is
     
    4952  virtual text_t get_browser_name ();
    5053
     54  virtual browserclass* clone();
     55
    5156};
    5257
    53 #endif
     58#endif //!PHINDBROWSERCLASS_H
     59#endif //GSDL_USE_PHIND_BROWSER
Note: See TracChangeset for help on using the changeset viewer.