5 class INPLRuntimeState;
43 return --m_refcount <= 0;
64 mutable int m_refcount;
void addref() const
add reference count of the object.
Definition: INPLAcitvationFile.h:34
define this to enable debugging of NPL code in visual studio
Definition: INPL.h:9
INPLRuntimeState interface for DLL interface.
Definition: INPLRuntimeState.h:27
bool delref() const
decrease reference count of the object.
Definition: INPLAcitvationFile.h:41
Definition: INPLAcitvationFile.h:18
virtual NPL::NPLReturnCode OnActivate(INPLRuntimeState *pState)=0
Function to be called when NPL.activate(filename, {msg}); subclass should always overwrite this funct...
int GetRefCount() const
get the reference count
Definition: INPLAcitvationFile.h:46