Back

// PSLDriver.cpp : Implementation of CPSLDriver

#include "stdafx.h"
#include "PSLDriver.h"


CPSLDriver::CPSLDriver()
{
}

HRESULT CPSLDriver::FinalConstruct()
{
   return S_OK;
}

void CPSLDriver::FinalRelease()
{
}

////////////////////////////////////////////////////////////////////////
// Interface Implementation;
////////////////////////////////////////////////////////////////////////

Top