00001 #ifndef EDG_WORKLOAD_COMMON_UTILITIES_BOOST_FS_ADD_H 00002 #define EDG_WORKLOAD_COMMON_UTILITIES_BOOST_FS_ADD_H 00003 00004 #include <string> 00005 #include <iostream> 00006 00012 namespace boost { namespace filesystem { 00013 00014 class path; 00015 00016 void create_parents( const path &dpath ); 00017 std::streampos file_size( const path &file ); 00018 std::string normalize_path( const std::string &fpath ); 00019 00020 }}; 00021 00022 #endif /* EDG_WORKLOAD_COMMON_UTILITIES_BOOST_FS_ADD_H */ 00023 00024 // Local Variables: 00025 // mode: c++ 00026 // End: