Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:03:24

0001 #ifndef ZMEXACTION_H
0002 #define ZMEXACTION_H
0003 
0004 
0005 // ----------------------------------------------------------------------
0006 //
0007 // ZMexAction.h - define codes for handler return values
0008 //
0009 // Revision History:
0010 //  970916  WEB Initial creation, excised from ZMexHandler.h
0011 //  980615  WEB Added namespace support
0012 //  031105  LG  Get rid of all ZMutility references
0013 //
0014 // ----------------------------------------------------------------------
0015 
0016 
0017 namespace zmex  {
0018 
0019 
0020 enum ZMexAction { ZMexThrowIt, ZMexIgnoreIt, ZMexHANDLEVIAPARENT };
0021 
0022 
0023 }  // namespace zmex
0024 
0025 
0026 #endif  // ZMEXACTION_H