make SDK scan job a user job. Run jobs under new init method to avoid the SDKManager from being constructed twice by client requests.
// ProtocolRegisterItem.cpp: implementation of the ProtocolRegisterItem class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "ProtocolRegisterItem.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
ProtocolRegisterItem::ProtocolRegisterItem()
{
}
ProtocolRegisterItem::~ProtocolRegisterItem()
{
}