Began implementing ZoneReader and associated classes.
commit264659b09061223adeefee8020f7305f3a54bd03
authorEthereal <ethereal.visage@gmail.com>
Thu, 6 Jan 2011 19:27:33 +0000 (6 12:27 -0700)
committerEthereal <ethereal.visage@gmail.com>
Thu, 6 Jan 2011 19:27:33 +0000 (6 12:27 -0700)
tree67cd2b4dbed261f2a5e9b9eac73b31d5de1d431c
parentd732528b7685ebf41d9b98d0348c656d3ef984e8
Began implementing ZoneReader and associated classes.
14 files changed:
doc/ROADMAP [new file with mode: 0644]
include/monitor/module/List.h
include/monitor/module/Loader.h [new file with mode: 0644]
include/monitor/module/Module.h
include/monitor/program/Conductor.h
include/monitor/program/SharedMemory.h
include/monitor/program/ZoneReader.h [copied from include/monitor/program/Conductor.h with 53% similarity]
monitor/src/Coordinator.cpp
monitor/src/module/List.cpp
monitor/src/module/Loader.cpp [new file with mode: 0644]
monitor/src/module/Module.cpp
monitor/src/program/Conductor.cpp
monitor/src/program/SharedMemory.cpp
monitor/src/program/ZoneReader.cpp [new file with mode: 0644]