60
|
1 |
// ProtocolRegisterItem.cpp: implementation of the ProtocolRegisterItem class.
|
|
2 |
//
|
|
3 |
//////////////////////////////////////////////////////////////////////
|
|
4 |
|
|
5 |
#include "stdafx.h"
|
|
6 |
#include "ProtocolRegisterItem.h"
|
|
7 |
|
|
8 |
//////////////////////////////////////////////////////////////////////
|
|
9 |
// Construction/Destruction
|
|
10 |
//////////////////////////////////////////////////////////////////////
|
|
11 |
|
|
12 |
ProtocolRegisterItem::ProtocolRegisterItem()
|
|
13 |
{
|
|
14 |
|
|
15 |
}
|
|
16 |
|
|
17 |
ProtocolRegisterItem::~ProtocolRegisterItem()
|
|
18 |
{
|
|
19 |
|
|
20 |
}
|