CODConnection::RemoveListener

bool CODConnection::RemoveListener(IEventListener* pIListener)

Remove an event listener from the router.

Defined in: OdConnection.cpp

Return Value

Always returns FALSE.

Parameters

pIListener

Points to an event listener to be removed from the connection.

Comments

The default implementation does nothing because all events are routed to the connected symbols.