Bugzilla – Attachment #2493: suggested patch for bug #2452
}
bool
Object::IsInitialized (void) const
{
NS_LOG_FUNCTION (this);
return m_initialized;
void
Object::Dispose (void)
*/
void Initialize (void);
/**
* Check if the object has been initialized.
*
* \brief returns true if the object has been initialized.
bool IsInitialized (void) const;
protected:
* Notify all Objects aggregated to this one of a new Object being