T2-CPP/CommonAPI/Common/source/DXAPI/TCPObject.cpp

9 lines
155 B
C++
Raw Normal View History

#include <DXAPI/TCPObject.h>
namespace DX
{
TCPObject::TCPObject(unsigned int obj) : SimObject(obj),
state(MEMBER_FIELD(obj, unsigned int, 56))
{
}
}