Began implementing the VCommunication namespace.
commita470d50483221758b9a062284636e88b965b5585
authorEthereal <ethereal.visage@gmail.com>
Mon, 10 Jan 2011 21:32:34 +0000 (10 14:32 -0700)
committerEthereal <ethereal.visage@gmail.com>
Mon, 10 Jan 2011 21:32:34 +0000 (10 14:32 -0700)
treeb7f80962585b47528c26babcc2dc6e4c6c1f4f17
parent009d58f84d1966c3dafdfd4a318ef69acf88a004
Began implementing the VCommunication namespace.
include/monitor/vcommunication/DataSink.h [new file with mode: 0644]
include/monitor/vcommunication/LogSink.h [new file with mode: 0644]
include/monitor/vcommunication/NetworkSink.h [new file with mode: 0644]
include/monitor/vcommunication/Packet.h [new file with mode: 0644]
monitor/src/vcommunication/DataSink.cpp [new file with mode: 0644]
monitor/src/vcommunication/LogSink.cpp [new file with mode: 0644]
monitor/src/vcommunication/NetworkSink.cpp [new file with mode: 0644]
monitor/src/vcommunication/Packet.cpp [new file with mode: 0644]