80c663882a
Summary: First draft. Unit tests pass. Test Plan: unit tests attached Reviewers: heyongqiang Reviewed By: heyongqiang Differential Revision: https://reviews.facebook.net/D3969
25 lines
364 B
C++
25 lines
364 B
C++
/**
|
|
* Autogenerated by Thrift
|
|
*
|
|
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
* @generated
|
|
*/
|
|
#ifndef leveldb_CONSTANTS_H
|
|
#define leveldb_CONSTANTS_H
|
|
|
|
#include "leveldb_types.h"
|
|
|
|
namespace Tleveldb {
|
|
|
|
class leveldbConstants {
|
|
public:
|
|
leveldbConstants();
|
|
|
|
};
|
|
|
|
extern const leveldbConstants g_leveldb_constants;
|
|
|
|
} // namespace
|
|
|
|
#endif
|