Close ports when there is a fatal error allowing OS to free all handles to it. Do not report OSErrors on sending messages as these are confusing.
// ProtocolRegisterItem.cpp: implementation of the ProtocolRegisterItem class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ProtocolRegisterItem.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
ProtocolRegisterItem::ProtocolRegisterItem()
{
}
ProtocolRegisterItem::~ProtocolRegisterItem()
{
}