source: trunk/gsdl/src/w32server/conftools.h@ 611

Last change on this file since 611 was 611, checked in by sjboddie, 25 years ago

initial commit of windows server code

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 343 bytes
Line 
1#ifndef CONFTOOLS_H
2#define CONFTOOLS_H
3
4#if defined (GSDL_USE_OBJECTSPACE)
5#include <ospace/std/fstream>
6#elif defined (GSDL_USE_IOS_H)
7#include <fstream.h>
8#else
9#include <fstream>
10#endif
11
12int write_confline (ofstream &fileout, const text_t &key, const text_t value);
13int get_confline (ifstream &filein, text_t &key, text_t &value);
14
15#endif
Note: See TracBrowser for help on using the repository browser.