HealthManager_msg_g.h 462 B

12345678910111213141516171819202122232425262728293031
  1. #ifndef __HEALTHMANAGER_MSG_G_H
  2. #define __HEALTHMANAGER_MSG_G_H
  3. #pragma once
  4. // This code is generated by spgen tool!
  5. #include "SpHelper.h"
  6. namespace HealthManager {
  7. #define eMsg_AuthStatus 0
  8. #define eMsgSig_AuthStatus -1654977732
  9. struct AuthStatus
  10. {
  11. int result;
  12. CSimpleStringA msg;
  13. void Serialize(SpBuffer &Buf)
  14. {
  15. auto & buf = Buf & result & msg;
  16. }
  17. };
  18. ///////////////////////////
  19. } // namespace HealthManager
  20. #endif // __HEALTHMANAGER_MSG_G_H