Changeset 117 for cafu/trunk/Libs/MapFile.hpp
- Timestamp:
- 08/15/10 00:56:03 (22 months ago)
- Files:
-
- 1 modified
-
cafu/trunk/Libs/MapFile.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/Libs/MapFile.hpp
r36 r117 179 179 std::map<std::string, std::string> MFProperties; 180 180 }; 181 182 183 /// @throws TextParserT::ParseError on problems (and writes additional diagnostics to the console). 184 void MapFileReadHeader(TextParserT& TP); 181 185 } 182 186
