InitiativeTransfer_def_g.h 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. #ifndef __INITIATIVETRANSFER_DEF_G_H
  2. #define __INITIATIVETRANSFER_DEF_G_H
  3. #pragma once
  4. // This code is generated by spgen tool!
  5. #include "SpHelper.h"
  6. namespace InitiativeTransfer {
  7. //
  8. // const goes here
  9. //
  10. #define FlowService_Method_SwitchToAgentFlow 0
  11. #define FlowService_Method_DisallowControl 1
  12. #define FlowService_Method_ReturnAgent 2
  13. #define FlowService_MethodSignature_SwitchToAgentFlow -1898800781
  14. #define FlowService_MethodSignature_DisallowControl -550996977
  15. #define FlowService_MethodSignature_ReturnAgent -1941180761
  16. struct FlowService_SwitchToAgentFlow_Info
  17. {
  18. CSimpleStringW req_context;
  19. void Serialize(SpBuffer &Buf)
  20. {
  21. Buf & req_context;
  22. }
  23. };
  24. struct FlowService_DisallowControl_Info
  25. {
  26. CSimpleStringW note;
  27. void Serialize(SpBuffer &Buf)
  28. {
  29. Buf & note;
  30. }
  31. };
  32. struct FlowService_ReturnAgent_Info
  33. {
  34. CSimpleStringW ans_context;
  35. void Serialize(SpBuffer &Buf)
  36. {
  37. Buf & ans_context;
  38. }
  39. };
  40. ///////////////////////////
  41. } // namespace InitiativeTransfer
  42. #endif // __INITIATIVETRANSFER_DEF_G_H