//-------------------------------------------------------------------------- // File and Version Information: // $Id: IfdDataProxyIFace.cxx,v 1.1.1.1 2005/03/29 17:13:30 steinke Exp $ // // Description: // // Author List: // Ed Frank University of Pennsylvania // // History: // Ed Frank 20 Nov 96 Creation of first version // // Bugs: // // Bertram Kopf (RUB) migrated to PandaRoot //------------------------------------------------------------------------ #include "IfdDataProxyIFace.h" IfdDataProxyIFace::IfdDataProxyIFace() {} IfdDataProxyIFace::~IfdDataProxyIFace() {} void IfdDataProxyIFace::make_vtab( void ) const { // bogus virtual non-inline routine to get vtab emitted. }