CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

ZMexLogResult.h

Go to the documentation of this file.
00001 #ifndef ZMEXLOGRESULT_H
00002 #define ZMEXLOGRESULT_H
00003 
00004 
00005 // ----------------------------------------------------------------------
00006 //
00007 // ZMexLogResult.h - define action values returnable by a logger
00008 //
00009 // Revision History:
00010 //      970917  WEB     Split out from ZMexLogger.h, per code review 2
00011 //      980615  WEB     Added namespace support
00012 //
00013 // ----------------------------------------------------------------------
00014 
00015 
00016 namespace zmex  {
00017 
00018 
00019 enum ZMexLogResult { ZMexLOGGED, ZMexNOTLOGGED, ZMexLOGVIAPARENT };
00020 
00021 
00022 }  // namespace zmex
00023 
00024 
00025 #endif  // ZMEXLOGRESULT_H

Generated on 15 Nov 2012 for CLHEP by  doxygen 1.4.7