00001 00005 #ifndef OPENHRP_UTIL_URL_UTIL_H_INCLUDED 00006 #define OPENHRP_UTIL_URL_UTIL_H_INCLUDED 00007 00008 #include "config.h" 00009 #include <string> 00010 using namespace std; 00011 00012 namespace hrp 00013 { 00014 HRP_UTIL_EXPORT string deleteURLScheme(string url); 00015 HRP_UTIL_EXPORT void getPathFromUrl(string& refUrl, const string& rootDir, string srcUrl); 00016 HRP_UTIL_EXPORT bool isFileProtocol(const string& ref); 00017 }; 00018 #endif