CODConnection::AddListener

bool CODConnection::AddListener(IEventListener* pIListener)

Add an event listener to the router.

Defined in: OdConnection.cpp

Return Value

Always returns FALSE.

Parameters

pIListener

Points to an event listener to be added to the connection.

Comments

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