PlayaDebug.hpp

00001 /* @HEADER@ */
00002 //   
00003 /* @HEADER@ */
00004 
00005 #ifndef PLAYA_DEBUG_H
00006 #define PLAYA_DEBUG_H
00007 
00008 #include "PlayaDefs.hpp"
00009 
00010 #ifndef __cplusplus
00011 #define __cplusplus
00012 #endif
00013 
00014 namespace Playa
00015 {
00017 class Debug
00018 {
00019 public:
00021   static bool on; // value defined in PlayaDebug.cpp
00022 };
00023 
00024 }
00025 
00026 #endif

doxygen