pos/database/gen-cpp/posbookie_types.h

32 lines
575 B
C++

/**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#ifndef posbookie_TYPES_H
#define posbookie_TYPES_H
#include <thrift/Thrift.h>
#include <thrift/TApplicationException.h>
#include <thrift/protocol/TProtocol.h>
#include <thrift/transport/TTransport.h>
namespace posbookie {
struct E_PURCHASE_STATUS {
enum type {
EPS_FAIL = 0,
EPS_NOMONEY = 1,
EPS_SUCCESS = 2
};
};
extern const std::map<int, const char*> _E_PURCHASE_STATUS_VALUES_TO_NAMES;
} // namespace
#endif