25 lines
476 B
C++
25 lines
476 B
C++
/*=========================================================================
|
|
*
|
|
* objdllb.cpp : Implementation file
|
|
*
|
|
*
|
|
* Version 1.0
|
|
* Creation date
|
|
* Revision date
|
|
*
|
|
* Shaitan
|
|
*=======================================================================*/
|
|
|
|
#include "stdafx.h"
|
|
#ifdef ACTIVE_EDITOR
|
|
#include "acp_base.h"
|
|
#include "itf/objdllb.hpp"
|
|
|
|
void CPA_ObjectDLLBase::fn_vOnCancelInsertion (CPA_SuperObject *pInstance)
|
|
{
|
|
/*
|
|
delete pInstance;
|
|
*/
|
|
}
|
|
|
|
#endif // ACTIVE_EDITOR
|