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.cpp

    r2016 r7379  
    2626 *********************************************************************/
    2727
     28#include "gsdl_modules_cfg.h"
     29#ifdef GSDL_USE_PHIND_BROWSER
     30
    2831#include "phindbrowserclass.h"
    2932#include <assert.h>
     
    4144}
    4245
     46browserclass* phindbrowserclass::clone()
     47{
     48  return new phindbrowserclass();
     49}
    4350
    44 
     51#endif //GSDL_USE_PHIND_BROWSER
Note: See TracChangeset for help on using the changeset viewer.