|
||||
File indexing completed on 2025-01-18 09:54:33
0001 #ifndef ZMEXLOGRESULT_H 0002 #define ZMEXLOGRESULT_H 0003 0004 0005 // ---------------------------------------------------------------------- 0006 // 0007 // ZMexLogResult.h - define action values returnable by a logger 0008 // 0009 // Revision History: 0010 // 970917 WEB Split out from ZMexLogger.h, per code review 2 0011 // 980615 WEB Added namespace support 0012 // 0013 // ---------------------------------------------------------------------- 0014 0015 0016 namespace zmex { 0017 0018 0019 enum ZMexLogResult { ZMexLOGGED, ZMexNOTLOGGED, ZMexLOGVIAPARENT }; 0020 0021 0022 } // namespace zmex 0023 0024 0025 #endif // ZMEXLOGRESULT_H
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |