milvus/cpp/src/thrift/gen-cpp/VectorService_constants.h
groot b97b406ce6 regen thrift cpp
Former-commit-id: 2d37cc786425da956db94fc2f3f5de824ad54b94
2019-05-09 19:16:13 +08:00

25 lines
422 B
C++

/**
* Autogenerated by Thrift Compiler (0.11.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#ifndef VectorService_CONSTANTS_H
#define VectorService_CONSTANTS_H
#include "VectorService_types.h"
namespace zilliz {
class VectorServiceConstants {
public:
VectorServiceConstants();
};
extern const VectorServiceConstants g_VectorService_constants;
} // namespace
#endif