24 lines
378 B
C
24 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
|