Base class for every and each object manager which has to talk to PdbCal (Objectivity).
Base class for every and each object manager which has to talk to PdbCal (Objectivity).
Use it to access the BankManager() and DBApplication() pointers.
Technical Note: please note that we used static member functions for those 2, and not static data members, to avoid the 'static initialization order fiasco problem' (have a look at the C++ FAQ, e.g. : http://www.cerfnet.com/~mpcline/c++-faq-lite/to a deeper explanation).
static PdbApplication* DBApplication()
Alphabetic index HTML hierarchy of classes or Java