Show
Ignore:
Timestamp:
08/20/10 15:06:58 (21 months ago)
Author:
Carsten
Message:

Merged latest changes from trunk into branches/cafu_to_wx.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/branches/cafu_to_wx/Libs/MapFile.hpp

    r36 r124  
    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