Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

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 }

Generated at Wed Mar 17 18:06:32 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004