KTransferUnit.cpp
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
- // KTransferUnit.cpp: implementation of the KTransferUnit class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "KTransferUnit.h"
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- KTransferUnit::KTransferUnit(DWORD dwIp, DWORD dwRelayID)
- {
- m_dwIp = dwIp;
- m_dwRelayID = dwRelayID;
- }
- KTransferUnit::~KTransferUnit()
- {
- }