| 123456789101112131415161718192021222324252627282930 |
- #ifndef __SALESAUDIOTRANS_MSG_G_H
- #define __SALESAUDIOTRANS_MSG_G_H
- #pragma once
- // This code is generated by spgen tool!
- #include "SpHelper.h"
- namespace SalesAudioTrans {
- #define eMsg_AudioTransException 0
- #define eMsgSig_AudioTransException -1208009064
- struct AudioTransException
- {
- CSimpleStringW failedmsg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & failedmsg;
- }
- };
- ///////////////////////////
- } // namespace SalesAudioTrans
- #endif // __SALESAUDIOTRANS_MSG_G_H
|