Ignore:
Timestamp:
2010-05-14T19:20:45+12:00 (14 years ago)
Author:
ak19
Message:
  1. Dr Bainbridge added a pipe close call (pclose) which was needed after a popen in one of the jdbmnaiveclass methods. 2. Needed to remove some includes that are used with gdbm NOT jdbm.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/src/lib/jdbmnaiveclass.h

    r21405 r22089  
    4040#include "dbclass.h"
    4141
    42 #ifdef __WIN32__
    43 
    44 #ifdef __cplusplus
    45   extern "C" {
    46 #endif
    47 // Check to see if these are still needed // *****
    48 #include "autoconf.h"
    49 #include "systems.h"
    50 #ifdef __cplusplus
    51   }
    52 #endif
    53 
    54 #endif
    55 
    56 
    5742class jdbmnaiveclass : public dbclass
    5843{
Note: See TracChangeset for help on using the changeset viewer.