Removed all exceptions, started re-implementing the SHM communication system.
commit6afcd5f8699f1370ab93a37bc7455814e60325bd
authorEthereal <ethereal.visage@gmail.com>
Sun, 20 Feb 2011 07:48:36 +0000 (20 00:48 -0700)
committerEthereal <ethereal.visage@gmail.com>
Sun, 20 Feb 2011 07:48:36 +0000 (20 00:48 -0700)
treeb0ce78db8556d829e7369a60bdac49f103c858d1
parent07b425f76e1294f5e32856e9ec2b29f794bd0375
Removed all exceptions, started re-implementing the SHM communication system.
15 files changed:
.aesalon.conf
include/Exception.h [deleted file]
include/marshaller/Interface.h [new file with mode: 0644]
include/monitor/Launcher.h
include/monitor/ModuleList.h [copied from include/monitor/Launcher.h with 52% similarity]
include/monitor/SHMReader.h [new file with mode: 0644]
include/shm/Header.h [new file with mode: 0644]
include/shm/ZoneHeader.h [new file with mode: 0644]
include/util/StringTo.h [new file with mode: 0644]
src/config/Parser.cpp
src/monitor/Aesalon.cpp
src/monitor/Coordinator.cpp
src/monitor/Launcher.cpp
src/monitor/ModuleList.cpp [new file with mode: 0644]
src/monitor/SHMReader.cpp [new file with mode: 0644]