00001 //----------------------------------------------------------------------- 00002 // 00003 // File: TxqStreams.h 00004 // 00005 // Purpose: Include header to be used for connecting the txc ostreams 00006 // to the TxqModelWindow and re-defining cout/cerr 00007 // 00008 // Version: $Id: TxqStreams.h,v 1.3 2001/10/09 23:36:45 kgl Exp $ 00009 // 00010 // Copyright (c) 2000 by Tech-X Corporation. All rights reserved. 00011 // 00012 //----------------------------------------------------------------------- 00013 00014 00015 #ifndef TXQ_STREAMS_H 00016 #define TXQ_STREAMS_H 00017 00018 #include <TxqLog.h> 00019 extern TxqLog txcout; 00020 extern TxqLog txcerr; 00021 extern TxqLog txcnull; 00022 extern TxqLog txdout; 00023 00024 #define cerr txcerr 00025 #define cout txcout 00026 #define dout txdout 00027 00028 #endif 00029
Copyright Tech-X Corporation, all rights reserved.