- Amend: fix data types in GridDataRequestMessage Change-Id: I7f7abd36b3c3f94c24ee0381115c5643aae39f22 Former-commit-id:a44a5d16e7
[formerly e317a0d7101182ad351f604cfc04ad0292773161] Former-commit-id:c5c9f4d30b
61 lines
1.8 KiB
C++
61 lines
1.8 KiB
C++
/**
|
|
* Autogenerated by Thrift Compiler (0.9.0)
|
|
*
|
|
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
* @generated
|
|
*/
|
|
|
|
/*****************************************************************************************
|
|
* COPYRIGHT (c), 2009, RAYTHEON COMPANY
|
|
* ALL RIGHTS RESERVED, An Unpublished Work
|
|
*
|
|
* RAYTHEON PROPRIETARY
|
|
* If the end user is not the U.S. Government or any agency thereof, use
|
|
* or disclosure of data contained in this source code file is subject to
|
|
* the proprietary restrictions set forth in the Master Rights File.
|
|
*
|
|
* U.S. GOVERNMENT PURPOSE RIGHTS NOTICE
|
|
* If the end user is the U.S. Government or any agency thereof, this source
|
|
* code is provided to the U.S. Government with Government Purpose Rights.
|
|
* Use or disclosure of data contained in this source code file is subject to
|
|
* the "Government Purpose Rights" restriction in the Master Rights File.
|
|
*
|
|
* U.S. EXPORT CONTROLLED TECHNICAL DATA
|
|
* Use or disclosure of data contained in this source code file is subject to
|
|
* the export restrictions set forth in the Master Rights File.
|
|
******************************************************************************************/
|
|
|
|
/*
|
|
* Extended thrift protocol to handle messages from edex.
|
|
*
|
|
* <pre>
|
|
*
|
|
* SOFTWARE HISTORY
|
|
*
|
|
* Date Ticket# Engineer Description
|
|
* ------------ ---------- ----------- --------------------------
|
|
* 07/29/13 2215 bkowal Regenerated for thrift 0.9.0
|
|
*
|
|
* </pre>
|
|
*
|
|
* @author bkowal
|
|
* @version 1
|
|
*/
|
|
#ifndef GribThriftRecord_CONSTANTS_H
|
|
#define GribThriftRecord_CONSTANTS_H
|
|
|
|
#include "GribThriftRecord_types.h"
|
|
|
|
|
|
|
|
class GribThriftRecordConstants {
|
|
public:
|
|
GribThriftRecordConstants();
|
|
|
|
};
|
|
|
|
extern const GribThriftRecordConstants g_GribThriftRecord_constants;
|
|
|
|
|
|
|
|
#endif
|