/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/EventFilter/HltUtilities/HltTools/HltTools-01-00-02/src/MessageSvcProvider.cxx

Go to the documentation of this file.
00001 #include "HltTools/MessageSvcProvider.h"
00002 
00003 MessageSvcProvider* MessageSvcProvider::s_instancePointer = NULL;
00004 
00005 MessageSvcProvider* MessageSvcProvider::instance() {
00006   if (s_instancePointer == NULL) {
00007     s_instancePointer = new MessageSvcProvider;
00008   }
00009   return s_instancePointer;
00010 }

Generated on Tue Nov 29 23:12:07 2016 for BOSS_7.0.2 by  doxygen 1.4.7