Show
Ignore:
Timestamp:
08/15/10 00:56:03 (22 months ago)
Author:
Carsten
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/Libs/MapFile.hpp

    r36 r117  
    179179        std::map<std::string, std::string> MFProperties; 
    180180    }; 
     181 
     182 
     183    /// @throws TextParserT::ParseError on problems (and writes additional diagnostics to the console). 
     184    void MapFileReadHeader(TextParserT& TP); 
    181185} 
    182186