Jafar
|
00001 00002 #ifndef DDF_DEBUGGING_HPP 00003 #define DDF_DEBUGGING_HPP 00004 00005 #ifndef WITHOUT_JAFAR 00006 #include <kernel/jafarDebug.hpp> 00007 #else 00008 00009 namespace jafar 00010 { 00011 namespace debug 00012 { 00013 #define JFR_DEBUG(msg) {std::cout << msg; } 00014 00015 00016 00017 } // namespace ddf 00018 } //namespace jafar 00019 00020 #endif 00021 00022 #endif
Generated on Wed Oct 15 2014 00:37:17 for Jafar by doxygen 1.7.6.1 |