// ReflectedHPTime.h
// Author David Barrett-Lennard
// (C)opyright Cedanet Pty Ltd 2013
@import "Ceda/cxObject/Object.h"
#include "Ceda/cxUtils/HPTime.h"
#include "Ceda/cxUtils/ArchiveHPTime.h"
namespace ceda
{
$class+ HPTime <<ser extern>>
{
$int64 m_ticks;
};
} // namespace ceda