CODSymbolComponent::AttachDependent

BOOL CODSymbolComponent::AttachDependent(CODConnection* pConnection)

Add the connection to the dependent symbol.

Defined in: OdSymbolComp.cpp

Return Value

TRUE if dependent successfully attached; otherwise FALSE.

Parameters

pConnection

Pointer to connection to attach.

Comments

This function adds the given connection to the dependent symbol. The dependent symbol is the symbol on the other end of the connection. If the dependent symbol already has a pointer to the connection, then this function does nothing.