00001 //////////////////////////////////////////////////////////////////////// 00002 // 00003 // $Id: TDbiRegistryItem.cxx,v 1.1 2011/01/18 05:49:20 finch Exp $ 00004 // 00005 // TDbiRegistryItem 00006 // 00007 // Package: TDbiRegistry 00008 // 00009 // see header file for comments. 00010 // 00011 // Contact: bv@bnl.gov 00012 // 00013 // Created on: Wed Oct 25 17:17:13 2000 00014 // 00015 //////////////////////////////////////////////////////////////////////// 00016 00017 00018 #include "TDbiRegistryItem.hxx" 00019 00020 ClassImp(TDbiRegistryItem) 00021 00022 TDbiRegistryItem::TDbiRegistryItem(void) 00023 { 00024 } 00025 00026 TDbiRegistryItem::~TDbiRegistryItem(void) 00027 { 00028 } 00029 00030