Changeset 10005


Ignore:
Timestamp:
2005-06-02T13:14:52+12:00 (19 years ago)
Author:
kjdon
Message:

modified the header includes - include the d2m4gs.h file instead of all the d2m source files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/colservr/z3950server.cpp

    r9926 r10005  
    4444
    4545// Dublin Core -> MARC (d2m) headers and source files
    46 #include "d2m/d2m.h"
    47 #include "d2m/MARC2709.c"
    48 #include "d2m/MARCtidy.c"
    49 #include "d2m/danMARC.c"
    50 #include "d2m/finMARC.c"
    51 #include "d2m/isMARC.c"
    52 #include "d2m/norMARC.c"
    53 #include "d2m/sweMARC.c"
    54 #include "d2m/usMARC.c"
    55 #include "d2m/util.c"
    56 #include "d2m/MARCmake.c"
     46#include "d2m4gs.h"
    5747
    5848// these globals are local to each thread,
     
    6959map<text_t, text_t> Resultsets;             // mapping from ResultSetId to GSQuery
    7060
    71 int z3950_verbosity_ = 1;
     61int z3950_verbosity_ = 3;
    7262
    7363// *** initialize things here ***
Note: See TracChangeset for help on using the changeset viewer.