Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

HistoryObj.cpp

Go to the documentation of this file.
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 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:24:55 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004