00001 00018 #ifndef OSRLREADER_H 00019 #define OSRLREADER_H 00020 00021 00022 00023 #include "OSResult.h" 00024 00036 class OSrLReader{ 00037 00038 00039 public: 00040 00045 OSrLReader( ); 00046 00051 ~OSrLReader(); 00052 00053 00060 OSResult *readOSrL(std::string osrl); 00061 }; 00062 #endif