Began proof-of-concept memory module.
[aesalon.git] / modules / memory / src / marshal / Marshal.cpp
blobe785b8b47aa9ad76cb78354b16bc5c6483b97d3c
1 #include "Marshal.h"
2 #include "util/MessageSystem.h"
3 #include "storage/Mempool.h"
5 InstantiateMarshal(CpuTimeMarshal)
7 CpuTimeMarshal::CpuTimeMarshal() {
11 CpuTimeMarshal::~CpuTimeMarshal() {
15 Comm::Packet *CpuTimeMarshal::marshal(Comm::Packet *packet) {
16 Message(Debug, "CpuTimeMarshal: marshalling packet . . .");
18 return packet;