00001 00010 #ifndef STREAMWRAP_H 00011 #define STREAMWRAP_H 00012 00013 00014 00015 #include <iostream> 00016 #include <fstream> 00017 00018 // hack - make sure iostream.h and fstream.h are not included 00019 #define IOSTREAMH 00020 #define FSTREAMH 00021 00022 00023 00024 #endif