init.h

Go to the documentation of this file.
00001 #ifndef H_LIBTHROWABLE_INIT
00002 #define H_LIBTHROWABLE_INIT
00003 #include <iostream>
00004 #include "system.h"
00005 
00006 namespace libthrowable {
00007 
00026 void LIBTHROWABLE_API init(const std::ostream* p_cout=&std::cout, const std::ostream* p_cerr=&std::cerr) throw();
00027 
00028 }
00029 #endif

Generated on Wed Jan 9 18:07:17 2008 for libthrowable by  doxygen 1.5.4  Hosted on  SourceForge.net Logo