15 lines
126 B
C++
15 lines
126 B
C++
#include "stdafx.h"
|
|
#include ".\SCObject.h"
|
|
|
|
|
|
#if defined(_SERVER)
|
|
|
|
//virtual
|
|
IObjectDispose::~IObjectDispose()
|
|
{
|
|
}
|
|
|
|
#endif
|
|
|
|
|