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