megasearch_constants.h 425 字节
Newer Older
G
groot 已提交
1
/**
G
groot 已提交
2
 * Autogenerated by Thrift Compiler (0.12.0)
G
groot 已提交
3 4 5 6 7 8 9 10 11
 *
 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 *  @generated
 */
#ifndef megasearch_CONSTANTS_H
#define megasearch_CONSTANTS_H

#include "megasearch_types.h"

G
groot 已提交
12
namespace megasearch { namespace thrift {
G
groot 已提交
13 14 15 16 17 18 19 20 21

class megasearchConstants {
 public:
  megasearchConstants();

};

extern const megasearchConstants g_megasearch_constants;

G
groot 已提交
22
}} // namespace
G
groot 已提交
23 24

#endif