Improved configuration classes abstraction and source code
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Tue, 22 Feb 2011 14:51:35 +0000 (15:51 +0100)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Tue, 22 Feb 2011 14:51:35 +0000 (15:51 +0100)
commit14d14bd7b26917f23919dd5a2135b8525fb096a4
treef7408b5c526de7e5d87e917e3e457cc1c4e96ae4
parentc3535345a31ed48aebcdc148def34978060048f0
Improved configuration classes abstraction and source code
- Replaced magic strings by named constants
- Renamed ConfigurationReader::read() to ConfigurationReader::parse() according to the interface provided by other methods
- Added a method to fill the Configuration object
- Sorry for sending too many changes in the same commit =(
src/config/configuration.cpp
src/config/configuration.h
src/config/configurationreader.cpp
src/config/configurationreader.h
src/main.cpp