// PSLAccount.cpp : Implementation of CPSLAccount
#include "stdafx.h"
#include "PSLAccount.h"
CPSLAccount::CPSLAccount()
{
}
HRESULT CPSLAccount::FinalConstruct()
{
return S_OK;
}
void CPSLAccount::FinalRelease()
{
}
////////////////////////////////////////////////////////////////////////
// Interface Implementation;
////////////////////////////////////////////////////////////////////////
Top