00001 #ifndef _STDB_STREAMS_H 00002 #define _STDB_STREAMS_H 00003 00004 #ifdef __STDB_STANDALONE__ 00005 //#include "Stiostream.h" 00006 #include <iostream> 00007 #include <fstream> 00008 #include "StString.h" 00009 #include <string> 00010 using namespace std; 00011 #else 00012 #include "Stiostream.h" 00013 #include "StString.h" 00014 #endif 00015 00016 00017 #endif