// -*- mode: c++ -*- // // $Id: BrIostream.h,v 1.1.1.1 2001/06/21 14:55:19 hagel Exp $ // // File to hide the unpleasant variation of iostream and iostream.h // and prepare for the proper handling of std::iostream etc. #ifdef WIN32 #include #include #else #include #include #endif // // $Log: BrIostream.h,v $ // Revision 1.1.1.1 2001/06/21 14:55:19 hagel // Initial revision of brat2 // // Revision 1.2 2000/09/04 13:34:10 videbaek // Move CVS log. Use BrIostream to include std iostream. // // Revision 1.1 2000/09/04 13:15:08 videbaek // initial def // //