#ifndef OFEN_PATH_HEADER #define OFEN_PATH_HEADER #include namespace ofen { class COfPath { public: COfPath(); ~COfPath(); public: static bool is_same_path(const std::string& pa, const std::string& pb); }; }; // namespace ofen #endif