Implemented most of a config framework, plus an argument parser.
commitde47d83a8df2b0d7fd417af62a00423e913155d5
authorEthereal <ethereal.visage@gmail.com>
Sat, 6 Nov 2010 04:09:52 +0000 (5 22:09 -0600)
committerEthereal <ethereal.visage@gmail.com>
Sat, 6 Nov 2010 04:09:52 +0000 (5 22:09 -0600)
treebe361286c3e20e84be6640b93d6c22df2eebec83
parent80af092249d93f2882f9a917c26dda29d8a58221
Implemented most of a config framework, plus an argument parser.
19 files changed:
CMakeLists.txt
include/common/Exception.h [new file with mode: 0644]
include/common/PacketEncoding.h [new file with mode: 0644]
include/common/ParsingException.h [new file with mode: 0644]
include/common/StreamAsString.h [new file with mode: 0644]
include/monitor/config/ArgumentParser.h [new file with mode: 0644]
include/monitor/config/Group.h [new file with mode: 0644]
include/monitor/config/Item.h [new file with mode: 0644]
include/monitor/config/Store.h [new file with mode: 0644]
include/monitor/configuration/Configuration.h [deleted file]
monitor/src/Aesalon.cpp
monitor/src/CMakeLists.txt
monitor/src/config/ArgumentParser.cpp [new file with mode: 0644]
monitor/src/config/Group.cpp [new file with mode: 0644]
monitor/src/config/Item.cpp [new file with mode: 0644]
monitor/src/config/Store.cpp [new file with mode: 0644]
monitor/src/configuration/Configuration.cpp [deleted file]
monitor/src/sourceDirectories [new file with mode: 0644]
newsource.pl