00001 #ifndef SIMGEAR_INTERN_HXX 00002 #define SIMGEAR_INTERN_HXX 1 00003 00004 #include <string> 00005 00006 namespace simgear 00007 { 00012 const std::string* intern(const std::string& str); 00013 } 00014 #endif