Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

DefaultFileFinder.cpp

Go to the documentation of this file.
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);

Generated on Tue Mar 28 10:13:03 2006 for CAF by doxygen 1.3.4