FACT++  1.0
MessageDimTX::~MessageDimTX ( )

Definition at line 53 of file MessageDim.cc.

References fMsgQueue, MessageImp::Message(), Queue< T, List >::size(), and Queue< T, List >::wait().

54 {
55  // Everything here will never be sent by dim because the
56  // dim services have been stopped already. This is necessary,
57  // to have them available already during startup
58  Message("MessageDimTX shutting down ["+to_string(fMsgQueue.size())+"]");
59  fMsgQueue.wait();
60 }
Queue< std::tuple< Time, std::string, int > > fMsgQueue
Definition: MessageDim.h:15
bool wait(bool abrt=false)
Definition: Queue.h:186
size_t size() const
Definition: Queue.h:303
int Message(const std::string &str)
Definition: MessageImp.h:46

+ Here is the call graph for this function: