|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
00001 // $Header: /tmp/svngaudi/tmp.jEpFh25751/Gaudi/GaudiKernel/src/Lib/HistoryObj.cpp,v 1.1 2004/07/14 18:13:58 leggett Exp $ 00002 //==================================================================== 00003 // History.cpp 00004 //-------------------------------------------------------------------- 00005 // 00006 // Description: Implementation of HistoryObj base class 00007 // 00008 // Author : Charles Leggett 00009 //==================================================================== 00010 00011 #define GAUDIKERNEL_HISTORYOBJ_CPP 00012 00013 #include "GaudiKernel/HistoryObj.h" 00014 00015 HistoryObj::HistoryObj() { 00016 00017 } 00018 00019 const CLID& 00020 HistoryObj::classID() { 00021 00022 static CLID CLID_HistoryObj = 86452397; 00023 return CLID_HistoryObj; 00024 00025 }