00001 00005 #ifndef Output_hh 00006 #define Output_hh 00007 00008 #include <fstream> 00009 00010 namespace concepts { 00011 00012 // *********************************************************** ensureEnding ** 00013 00018 std::string ensureEnding(const std::string& filename, 00019 const std::string ending); 00020 00021 } // namespace concepts 00022 00023 #endif // Output_hh