Defining the type HostList as a vector of HostItem
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 2 May 2011 15:56:16 +0000 (17:56 +0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 2 May 2011 15:56:16 +0000 (17:56 +0200)
commitdbe36b1621e9db6101cbbaadb759d0b750a0e286
tree50a663419fd32cf02d59bc573f6ded5de0bf7f9a
parent4e91c69af52b29242e6b586be0411ae1840b1e15
Defining the type HostList as a vector of HostItem
- provides a central point to change the container type
- makes the code more readable
- reduces the amount of code to read
src/config/configuration.cpp
src/config/configuration.h
src/config/configurationreader.cpp
src/config/host.h