SECEditLangConfig::RemoveObserver

void SECEditLangConfig::RemoveObserver(IObserver* pObserver)

Removes an observer from the list of dependents

Defined in: SECEditLangConfig.cpp

Return Value

void

Parameters

pObserver

The dependent to be removed from the list of dependents

Comments

This function removes the specified observer from this subject's list of dependent objects. Following this call, the observer will no longer receive notifications of change on this subject.

See Also

IMvcSubject, AddObserver