BOSS 7.0.2
BESIII Offline Software System
Loading...
Searching...
No Matches
MessageSvcProvider.cxx
Go to the documentation of this file.
1#include "HltTools/MessageSvcProvider.h"
2
3MessageSvcProvider* MessageSvcProvider::s_instancePointer = NULL;
4
6 if (s_instancePointer == NULL) {
7 s_instancePointer = new MessageSvcProvider;
8 }
9 return s_instancePointer;
10}
Class that provides message services. Add to any classes that need message services.
static MessageSvcProvider * instance()