00001 00002 00003 00004 00005 00006 #include "cafe/DefaultFileFinder.hpp" 00007 00008 namespace cafe { 00009 00012 DefaultFileFinder::DefaultFileFinder (const std::string &first_pattern) 00013 { 00014 } 00015 00017 void DefaultFileFinder::push_back (const std::string &pattern) 00018 { 00019 } 00020 00023 std::string DefaultFileFinder::findFile (const std::string &base_name) 00024 { 00025 return base_name; 00026 } 00027 00028 } 00029 00030 ClassImp(cafe::DefaultFileFinder);
1.3.4