123456789101112131415161718192021222324252627282930 |
- #ifndef __SYSTEMCUSTOMIZATION_MSG_G_H
- #define __SYSTEMCUSTOMIZATION_MSG_G_H
- #pragma once
- // This code is generated by spgen tool!
- #include "SpHelper.h"
- namespace systemcustomization {
- #define eMsg_MD5ErrReport 0
- #define eMsgSig_MD5ErrReport -406434666
- struct MD5ErrReport
- {
- CSimpleStringA ErrMsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & ErrMsg;
- }
- };
- ///////////////////////////
- } // namespace systemcustomization
- #endif // __SYSTEMCUSTOMIZATION_MSG_G_H
|