source: trunk/MagicSoft/Simulation/Detector/ReflectorII/diag.h@ 6695

Last change on this file since 6695 was 725, checked in by harald, 23 years ago
Ciro and Denis changed the reflector to read in the changed MMCS output (single file version). They made a big change of all the code. That is the reason why I put here a new reflector directory in the repository. This is the future development point for reflector. Until the next drastic change. WARNING: Reflector here is only proved on OSF!!!
File size: 269 bytes
Line 
1#ifndef __RFL_DIAG__
2#define __RFL_DIAG__
3
4void FatalError(const char *fatal_string, ...);
5void Error(const char *error_string, ...);
6void Message(const char *message_string, ...);
7void Log(const char *log_string, ...);
8void Debug(const char *log_string, ...);
9
10#endif
Note: See TracBrowser for help on using the repository browser.