struct t_Vote
{
t_VoteResponse response;
t_VoteValue value;
};
exception e_VoteError
{
t_VoteErrorCode errorCode;
};
enum t_VoteErrorCode
{
UnknownVoteError,
VoteTooLate
};
enum t_VoteResponse
{
NoVote,
Agree,
Disagree,
Abstain
};
typedef short t_VoteValue;
Generated by the OmniBroker IDL-to-HTML translator (non-commercial)