| 58 | #define ToString(x) CCECTypeUtils::ToString(x) |
| 59 | |
| 60 | CCECStandbyProtection::CCECStandbyProtection(CCECProcessor* processor) : |
| 61 | m_processor(processor) {} |
| 62 | CCECStandbyProtection::~CCECStandbyProtection(void) {} |
| 63 | |
| 64 | void* CCECStandbyProtection::Process(void) |
nothing calls this directly
no outgoing calls
no test coverage detected