Ignore:
Timestamp:
2008-05-20T13:12:52+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Moved all the code in gdbmsource into source, and changed mggdbmsource and lucenegdbmsource to inherit from source instead of gdbmsource. This is part of removing GDBM from these files altogether.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/colservr/mggdbmsource.h

    r15430 r15591  
    2828#define MGGDBMSOURCE_H
    2929
    30 #include "gsdlconf.h"
    31 #include "text_t.h"
    32 #include "comtypes.h"
    33 #include "maptools.h"
    34 #include "search.h"
    35 #include "gdbmsource.h"
     30#include "source.h"
    3631
    3732
    38 class mggdbmsourceclass : public gdbmsourceclass {
     33class mggdbmsourceclass : public sourceclass {
    3934public:
    4035  mggdbmsourceclass ();
     
    4439
    4540
    46 
    4741#endif
Note: See TracChangeset for help on using the changeset viewer.