Changeset 2379


Ignore:
Timestamp:
2001-05-07T17:23:41+12:00 (23 years ago)
Author:
jrm21
Message:

added #define line for iostream stuff to work under Mac OS X.

Location:
trunk/gsdl/src/recpt
Files:
3 edited

Legend:

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

    r2370 r2379  
    2929// in its current form) for use when collection servers are separate
    3030// from the receptionist (e.g. when using the CORBA protocol).
     31
     32// following line required to get fstream.filedesc() on darwin (Mac OS X)
     33#define _STREAM_COMPAT  1
    3134
    3235#include "collectoraction.h"
  • trunk/gsdl/src/recpt/receptionist.cpp

    r2218 r2379  
    2424 *********************************************************************/
    2525
     26// following line required to get fstream.filedesc() on darwin (Mac OS X)
     27#define _STREAM_COMPAT  1
     28
    2629#include "receptionist.h"
    2730#include "fileutil.h"
  • trunk/gsdl/src/recpt/statusaction.cpp

    r2212 r2379  
    2323 *
    2424 *********************************************************************/
     25
     26// following line required to get fstream.filedesc() on darwin (Mac OS X)
     27#define _STREAM_COMPAT  1
    2528
    2629#include "statusaction.h"
Note: See TracChangeset for help on using the changeset viewer.