00001 #ifndef __DEMO_COMMON_H__ 00002 #define __DEMO_COMMON_H__ 00003 00004 #include <string> 00005 00006 std::string demo_find_file(const std::string& base); 00007 00008 #endif /* __DEMO_COMMON_H__ */