Changed the configuration system to use camelCase for all configuration items.
commit0735774d58ab4277f0838718d68ebdfca9e14508
authorethereal <ethereal.visage@gmail.com>
Sun, 12 Sep 2010 03:54:09 +0000 (11 21:54 -0600)
committerethereal <ethereal.visage@gmail.com>
Sun, 12 Sep 2010 03:54:09 +0000 (11 21:54 -0600)
tree44b0af7f17da095a54966de948e99563c89d61bf
parent792118a516a0ed50a6e8a291e8af84418b32a427
Changed the configuration system to use camelCase for all configuration items.

In essence, this is to foster standardization; all module names were in camel-
case as well; thus using it for the item names simply made sense.

It does, however, break the GNU tradition of using lower-case names for
options to a program.

Since when have I cared about tradition?
common/include/collector/Interface.h
module/collector/Interface.c
module/modules/dynamicMemory/collector/collector.c
module/modules/dynamicMemory/monitor.conf
monitor/src/Initializer.cpp
monitor/src/misc/Configuration.cpp
monitor/src/module/Module.cpp
monitor/src/program/Launcher.cpp
monitor/src/program/Logger.cpp
monitor/src/program/SharedMemory.cpp