// $Id: TransientFastContainer.cpp,v 1.1 2006/05/23 18:04:33 hmd Exp $ // Include files #include "GaudiKernel/TransientFastContainer.h" // local //----------------------------------------------------------------------------- // Implementation file for class : TransientFastContainerBase // // 2006-05-10 : Marco Clemencic //----------------------------------------------------------------------------- //============================================================================= // Destructor //============================================================================= TransientFastContainerBase::~TransientFastContainerBase() {} //=============================================================================