Skip to content
  • Bryan Berthou's avatar
    refs#16 · 14cb8728
    Bryan Berthou authored
    In ElementaryUtils (trunk) :
    - Add new Parameter class to represent a couple key = value.
    - Update Parameters class to deal with the new implementation of Parameter class.
    - Remove MultimapParameters.
    - In GenericType class : rename toString() method to getString() to avoid confusion with toString() in BaseObject class ; Add some comments.
    - In StringUtils class add some stuff to find some pattern in a string.
    - Correct XMLParser : now it handles correctly XML comments. It doesn't take it anymore as an XML element.
    - In LoggerManager replace std::runtime_exception by CustomException.
    14cb8728