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

    r1285 r7379  
    2424 *********************************************************************/
    2525
     26#include "gsdl_modules_cfg.h"
     27#ifdef GSDL_USE_PAGED_BROWSER
    2628
    2729#ifndef PAGEDBROWSERCLASS_H
     
    4042  // returns the name that specifies the browserclass type
    4143  virtual text_t get_browser_name ();
     44
     45  virtual browserclass* clone();
    4246
    4347  void load_metadata_defaults (text_tset &metadata);
     
    6165};
    6266
    63 #endif
     67#endif //!PAGEDBROWSERCLASS_H
     68#endif //GSDL_USE_PAGED_BROWSER
Note: See TracChangeset for help on using the changeset viewer.