#include <baseinterface.h>
Class Description
- See also:
- Class BaseInterface, Function Publishing
System.
- Description:
- This class provides a callback mechanism which can be
registered with an interface on Acquire() so that it can be
notified when the interface goes away as the server controls the
lifetime.
Member Function Documentation
virtual void InterfaceDeleted |
( |
BaseInterface * |
bi |
) |
[inline, virtual] |
- Parameters:
- BaseInterface* bi
A pointer to the appropriate BaseInterface.
- Default Implementation:
- { }
- Parameters:
- Interface_ID id
The ID of the interface to return.
- Returns:
- { return NULL; }