Ignore:
Timestamp:
2000-05-12T15:09:27+12:00 (24 years ago)
Author:
sjboddie
Message:

minor modifications to get web library compiling under VC++ 6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/receptionist.cpp

    r1148 r1170  
    2828/*
    2929   $Log$
     30   Revision 1.50  2000/05/12 03:09:25  sjboddie
     31   minor modifications to get web library compiling under VC++ 6.0
     32
    3033   Revision 1.49  2000/05/04 05:18:46  sjboddie
    3134   attempting to get end-user collection building to work under windows
     
    239242#include <time.h>
    240243#include <stdio.h>
     244#if defined (GSDL_USE_IOS_H)
    241245#include <fstream.h>
     246#else
     247#include <fstream>
     248#endif
    242249
    243250#if defined (__WIN32_)
     
    789796  utf8outconvertclass text_t2utf8;
    790797  char *lfile = filename.getcstr();
     798
    791799  ofstream log (lfile, ios::app);
    792800 
     
    912920bool receptionist::produce_content (cgiargsclass &args, ostream &contentout,
    913921                    ostream &logout) {
    914  
     922
    915923  // decide on the output conversion class
    916924  text_t &arg_w = args["w"];
Note: See TracChangeset for help on using the changeset viewer.