Former-commit-id:a02aeb236c
[formerly9f19e3f712
] [formerly06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]] Former-commit-id:06a8b51d6d
Former-commit-id:3360eb6c5f
61 lines
1.8 KiB
C++
61 lines
1.8 KiB
C++
/*****************************************************************************************
|
|
* 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.
|
|
******************************************************************************************/
|
|
|
|
/*
|
|
* Support for point data request capability to retrieve point data and metadata
|
|
* from EDEX Thrift service.
|
|
*
|
|
* <pre>
|
|
*
|
|
* SOFTWARE HISTORY
|
|
*
|
|
* Date Ticket# Engineer Description
|
|
* ------------ ---------- ----------- --------------------------
|
|
* 08/08/11 9696 gzhou Initial Creation
|
|
*
|
|
* </pre>
|
|
*
|
|
* @author gzhou
|
|
* @version 1
|
|
*/
|
|
|
|
/**
|
|
* Autogenerated by Thrift
|
|
*
|
|
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
|
*/
|
|
#ifndef PointDataServer_CONSTANTS_H
|
|
#define PointDataServer_CONSTANTS_H
|
|
|
|
#include "PointDataServer_types.h"
|
|
|
|
|
|
|
|
class PointDataServerConstants {
|
|
public:
|
|
PointDataServerConstants();
|
|
|
|
};
|
|
|
|
extern const PointDataServerConstants g_PointDataServer_constants;
|
|
|
|
|
|
|
|
#endif
|