13 lines
231 B
C++
13 lines
231 B
C++
#include "StdAfx.h"
|
|
#include ".\connectionallocator.h"
|
|
|
|
ConnectionAllocator::ConnectionAllocator()
|
|
{
|
|
}
|
|
|
|
ConnectionAllocator::~ConnectionAllocator()
|
|
{
|
|
ASSERT( NULL == m_ppConnectionPool );
|
|
ASSERT( NULL == m_pConnectionObject );
|
|
}
|