Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011

ContainedObject.cpp

Go to the documentation of this file.
00001 #include "GaudiKernel/ContainedObject.h"
00002 
00003 ContainedObject::~ContainedObject() {
00004   // If the object is contained in a container, remove it from there
00005   if( 0 != m_parent ) {
00006     m_parent->remove(this);
00007   }
00008 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:53:41 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004