00001 #ifndef NMWR_GB_FSTREAM_FORWARDDECL_H 00002 #define NMWR_GB_FSTREAM_FORWARDDECL_H 00003 00004 00005 00006 // $LICENSE 00007 00008 00009 // forward declarations, these might change 00010 // if fstreams are implemented as templates! 00011 // this is also compiler-dependend 00012 00013 class ifstream; 00014 class ofstream; 00015 class fstream; 00016 00017 #endif