Former-commit-id:9f19e3f712
[formerly9f19e3f712
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]] Former-commit-id:06a8b51d6d
Former-commit-id:3360eb6c5f
23 lines
378 B
C++
23 lines
378 B
C++
/**
|
|
* Autogenerated by Thrift
|
|
*
|
|
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
*/
|
|
#ifndef GribThriftRecord_CONSTANTS_H
|
|
#define GribThriftRecord_CONSTANTS_H
|
|
|
|
#include "GribThriftRecord_types.h"
|
|
|
|
|
|
|
|
class GribThriftRecordConstants {
|
|
public:
|
|
GribThriftRecordConstants();
|
|
|
|
};
|
|
|
|
extern const GribThriftRecordConstants g_GribThriftRecord_constants;
|
|
|
|
|
|
|
|
#endif
|