12345678910111213141516171819202122232425262728293031 |
- #ifndef __HEALTHMANAGER_MSG_G_H
- #define __HEALTHMANAGER_MSG_G_H
- #pragma once
- // This code is generated by spgen tool!
- #include "SpHelper.h"
- namespace HealthManager {
- #define eMsg_AuthStatus 0
- #define eMsgSig_AuthStatus -1654977732
- struct AuthStatus
- {
- int result;
- CSimpleStringA msg;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & result & msg;
- }
- };
- ///////////////////////////
- } // namespace HealthManager
- #endif // __HEALTHMANAGER_MSG_G_H
|