Ignore:
Timestamp:
2000-08-03T14:49:41+12:00 (24 years ago)
Author:
johnmcp
Message:

Relatively stable z39.50 implementation now, merged with the mgpp source.
(Still needs a decent interface and query language though...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/z3950-branch/gsdl/src/recpt/infodbclass.h

    r928 r1342  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
    24  * $Id$
    25  *
    2624 *********************************************************************/
    2725
     
    3331#include "gsdlconf.h"
    3432#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
    3544
    3645#ifdef __WIN32__
     
    175184
    176185#endif
    177 
    178 
    179 
    180 
    181 
Note: See TracChangeset for help on using the changeset viewer.