Class Reference for E1039 Core & Analysis Software
PHMessage.h
Go to the documentation of this file.
1 #ifndef PHOOL_PHMESSAGE_H
2 #define PHOOL_PHMESSAGE_H
3 
4 #include <string>
5 
6 void PHMessage(const std::string& functionName, int messageType, const std::string& message);
7 
8 #endif
void PHMessage(const std::string &functionName, int messageType, const std::string &message)
Definition: PHMessage.cc:8