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.

File:
1 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"
Note: See TracChangeset for help on using the changeset viewer.