예제 #1
0
//---------------------------------------------------------------------------//
STDMETHODIMP_(ULONG) CoDelegator::Release()
{
	extern void DelegatorSvcUnlock();
	if ( 0 != --m_cRefs )
		return m_cRefs;
	delete this;
	DelegatorSvcUnlock();
	return 0;
}
예제 #2
0
	STDMETHODIMP_(ULONG) Release()
	{
		DelegatorSvcUnlock();
		return 1;
	}