00001 #ifndef DDCurrentNamespace_h 00002 #define DDCurrentNamespace_h 00003 00004 #include <string> 00005 00006 class DDCurrentNamespace 00007 { 00008 public: 00009 static std::string & ns(); 00010 //static std::string ns_; 00011 }; 00012 00013 #endif