IDCertificate_LogCode.h 306 B

123456789101112
  1. #pragma once
  2. #ifndef _IDCERTIFICATE_LOGCODE_H
  3. #define _IDCERTIFICATE_LOGCODE_H
  4. namespace IDCertificate {
  5. #define IDCertService_LogCode_OpenIDCerRFControl "QLR040220121"
  6. #define IDCertService_LogCode_CloseIDCerRFControl "QLR040220122"
  7. #define IDCertService_LogCode_IDCerGetDataEx2 "QLR040220123"
  8. }
  9. #endif