Changeset 8314


Ignore:
Timestamp:
2004-10-13T14:49:29+13:00 (20 years ago)
Author:
kjdon
Message:

used a logout stream instead of cout for nproto.init

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/oaiservr/oaimain.cpp

    r8306 r8314  
    103103  text_t        gsdlcollect = "";
    104104  oaiargs       args;
    105 
     105  ofstream      logout("oai.log", ios::app);
     106 
    106107  // convert cgi to oai map
    107108  get_cgi_args(cgiargstring);
     
    145146
    146147  // deal with this request
    147   //  ofstream fout;
    148148  comerror_t error;
    149   //  fout.open("grb.txt");
    150   nproto.init(error, cout);
     149  nproto.init(error, logout);
    151150
    152151  // GRB: any checks that a collection exists would be done here
Note: See TracChangeset for help on using the changeset viewer.