Ignore:
Timestamp:
2008-05-14T12:32:23+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Created stub dbclass that gdbmclass (and sqlitedbclass etc. in the future) will inherit from.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/lib/infodbclass.h

    r15429 r15436  
    2424 *********************************************************************/
    2525
    26 
    2726#ifndef INFODBCLASS_H
    2827#define INFODBCLASS_H
    2928
    3029
    31 #include "gsdlconf.h"
    3230#include "text_t.h"
    33 
    34 #if defined(GSDL_USE_OBJECTSPACE)
    35 #  include <ospace\std\iostream>
    36 #  include <ospace\std\fstream>
    37 #elif defined(GSDL_USE_IOS_H)
    38 #  include <iostream.h>
    39 #  include <fstream.h>
    40 #else
    41 #  include <iostream>
    42 #  include <fstream>
    43 #endif
    4431
    4532
Note: See TracChangeset for help on using the changeset viewer.