00001 /* 00002 * Copyright (c) 1999, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * 00006 * Author(s): 00007 * Dennis Koelma (koelma@wins.uva.nl) 00008 * Edo Poll (poll@wins.uva.nl) 00009 */ 00010 00011 #ifndef HxIoFwd_h 00012 #define HxIoFwd_h 00013 00014 // 00015 #include <iosfwd> 00016 using std::ostream; 00017 00018 #ifndef STD_OSTREAM 00019 #define STD_OSTREAM std::ostream 00020 #endif 00021 // 00022 00024 /* 00025 class ostream; 00026 00027 #define STD_OSTREAM ostream 00028 */ 00029 00030 #endif