Implemented messaging system.
commit07b425f76e1294f5e32856e9ec2b29f794bd0375
authorEthereal <ethereal.visage@gmail.com>
Sun, 20 Feb 2011 03:30:41 +0000 (19 20:30 -0700)
committerEthereal <ethereal.visage@gmail.com>
Sun, 20 Feb 2011 03:30:41 +0000 (19 20:30 -0700)
tree51afd7337aa7fc6c8ff29ac0a5298b1246ded6de
parent46f6c81f02c022442bcb49aa81151a867196ec8d
Implemented messaging system.

Calls such as Message(Warning, "Packet from unknown module recieved") are now
possible.
12 files changed:
.aesalon.conf
include/config/ParsingException.h [deleted file]
include/monitor/Coordinator.h
include/monitor/Launcher.h [new file with mode: 0644]
include/util/MessageSystem.h [new file with mode: 0644]
newsource.py
src/config/Parser.cpp
src/config/Vault.cpp
src/monitor/Aesalon.cpp
src/monitor/Coordinator.cpp
src/monitor/Launcher.cpp [new file with mode: 0644]
src/util/MessageSystem.cpp [new file with mode: 0644]