/** @file HelloWorldGaudi_dll.cpp
$Header: /nfs/slac/g/glast/ground/cvs/workbook/pages/gaudiGuide/popup_HelloWorldGaudi_dll.cxx.htm,v 1.1.1.1 2007/06/29 15:04:06 chuckp Exp $
*/
// All that is needed in this file is this include
// and the one line LOAD_FACTORY_ENTRIES(packageName)
#include "GaudiKernel/LoadFactoryEntries.h"
LOAD_FACTORY_ENTRIES(HelloWorldGaudi)
|