Files
Sun1602/Client/SolarClientNetwork/ConnectionAllocator.cpp
T
2022-10-26 12:25:11 +08:00

13 lines
231 B
C++

#include "StdAfx.h"
#include ".\connectionallocator.h"
ConnectionAllocator::ConnectionAllocator()
{
}
ConnectionAllocator::~ConnectionAllocator()
{
ASSERT( NULL == m_ppConnectionPool );
ASSERT( NULL == m_pConnectionObject );
}