00001 00008 #ifndef StMessageStream 00009 #define StMessageStream 00010 00011 #include <Stiostream.h> 00012 00013 static ostream& myout(cout); 00014 static ostream& myerr(cerr); 00015 00016 // 64 character string 00017 static const char* ch64 = 00018 "1234567 10 234567 20 234567 30 234567 40 234567 50 234567 60 234"; 00019 static const char* ch6a = ch64; // avoids "unused" warning 00020 00021 #endif 00022 00023 // $Id: StMessageStream.h,v 1.2 2003/10/01 20:06:50 genevb Exp $ 00024 // $Log: StMessageStream.h,v $ 00025 // Revision 1.2 2003/10/01 20:06:50 genevb 00026 // Initialize and test ostrstream buffer sizes (support for gcc before 3.2) 00027 // 00028 // Revision 1.1 2003/09/25 21:19:22 genevb 00029 // Some new cout-like functions and friend functions, some doxygen-ization 00030 // 00031 //
1.5.9