First steps in redesign:
authorBjoern Sikora <bjoern.sikora@intra2net.com>
Tue, 18 Aug 2009 12:37:35 +0000 (14:37 +0200)
committerBjoern Sikora <bjoern.sikora@intra2net.com>
Tue, 18 Aug 2009 12:37:35 +0000 (14:37 +0200)
commite0080b7874f4cde1e41d12621726dd88fc40d7a3
tree8146f84f3349698242d67de575b08fd067d30261
parent828c0eacd6cb3a86bf03ae5fb4a4b694dcd15b80
First steps in redesign:
    - Config is loading config only and holding configuration members
    - Updater is the gateway between all classes
    - Serviceholder from now on holds Services and OldServices and is responsible for serialization and deserialization
    - SerializeServiceContainer adopted the operations from Serviceholder and is only familiar to Serviceholder
src/config.cpp
src/config.h
src/main.cpp
src/serializeservicecontainer.cpp [new file with mode: 0644]
src/serializeservicecontainer.h [new file with mode: 0644]
src/serviceholder.cpp
src/serviceholder.h
src/updater.cpp
src/updater.h