systemcustomization_msg_g.h 481 B

123456789101112131415161718192021222324252627282930
  1. #ifndef __SYSTEMCUSTOMIZATION_MSG_G_H
  2. #define __SYSTEMCUSTOMIZATION_MSG_G_H
  3. #pragma once
  4. // This code is generated by spgen tool!
  5. #include "SpHelper.h"
  6. namespace systemcustomization {
  7. #define eMsg_MD5ErrReport 0
  8. #define eMsgSig_MD5ErrReport -406434666
  9. struct MD5ErrReport
  10. {
  11. CSimpleStringA ErrMsg;
  12. void Serialize(SpBuffer &Buf)
  13. {
  14. auto & buf = Buf & ErrMsg;
  15. }
  16. };
  17. ///////////////////////////
  18. } // namespace systemcustomization
  19. #endif // __SYSTEMCUSTOMIZATION_MSG_G_H