1 #ifndef AesalonModule_cpuTime_Marshal_H
2 #define AesalonModule_cpuTime_Marshal_H
4 #include "marshal/Interface.h"
6 class CpuTimeMarshal
: public Marshal::Interface
{
9 virtual ~CpuTimeMarshal();
11 virtual Comm::Packet
*marshal(Comm::Packet
*packet
);