1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- #ifndef __INITIATIVETRANSFER_DEF_G_H
- #define __INITIATIVETRANSFER_DEF_G_H
- #pragma once
- // This code is generated by spgen tool!
- #include "SpHelper.h"
- namespace InitiativeTransfer {
- //
- // const goes here
- //
- #define eState_Offline 0
- #define eState_FrontFlow 1
- #define eState_BackRun 2
- #define eState_FrontCall 3
- #define eState_Transferring 4
- #define eState_Error 5
- #define FlowService_Method_SwitchToAgentFlow 0
- #define FlowService_Method_DisallowControl 1
- #define FlowService_Method_ReturnAgent 2
- #define FlowService_Method_SwitchToFrontFlow 3
- #define FlowService_MethodSignature_SwitchToAgentFlow -1898800781
- #define FlowService_MethodSignature_DisallowControl -550996977
- #define FlowService_MethodSignature_ReturnAgent -1941180761
- #define FlowService_MethodSignature_SwitchToFrontFlow 398882002
- #define FlowService_LogCode_SwitchToAgentFlow "QLR040230500"
- #define FlowService_LogCode_DisallowControl "QLR040230501"
- #define FlowService_LogCode_ReturnAgent "QLR040230502"
- #define FlowService_LogCode_SwitchToFrontFlow "QLR040230503"
- struct FlowService_SwitchToAgentFlow_Info
- {
- CSimpleStringW req_context;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & req_context;
- }
- };
- struct FlowService_DisallowControl_Info
- {
- CSimpleStringW note;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & note;
- }
- };
- struct FlowService_ReturnAgent_Info
- {
- CSimpleStringW ans_context;
- void Serialize(SpBuffer &Buf)
- {
- auto & buf = Buf & ans_context;
- }
- };
- struct FlowService_SwitchToFrontFlow_Info
- {
- void Serialize(SpBuffer &Buf)
- {
- }
- };
- ///////////////////////////
- } // namespace InitiativeTransfer
- #endif // __INITIATIVETRANSFER_DEF_G_H
|