Class Reference for E1039 Core & Analysis Software
PdbBankManager.cc
Go to the documentation of this file.
1 //-----------------------------------------------------------------------------
2 // $Header: /afs/rhic.bnl.gov/phenix/PHENIX_CVS/offline/database/pdbcal/base/PdbBankManager.cc,v 1.2 2004/08/13 17:46:00 purschke Exp $
3 //
4 // The pdbcal package
5 // Copyright (C) PHENIX collaboration, 1999
6 //
7 // Implementation of class PdbBankManager
8 //
9 // Author: Matthias Messer
10 //-----------------------------------------------------------------------------
11 #include "PdbBankManager.h"
12 
14 
15 
17 {
18 }
19 
21 {
22  __instance = NULL;
23 }
24 
26 {
27  if ( ! __instance )
28  {
29  std::cout << __FILE__ << " " << __LINE__ <<
30  " No instance of PdbBankManager available" << std::endl;
31  }
32 
33  return __instance;
34 }
35 
#define NULL
Definition: Pdb.h:9
virtual ~PdbBankManager()
static PdbBankManager * instance()
static PdbBankManager * __instance