25 lines
922 B
C
25 lines
922 B
C
/*-------------------------------- Arctic Core ------------------------------
|
|
* Copyright (C) 2013, ArcCore AB, Sweden, www.arccore.com.
|
|
* Contact: <contact@arccore.com>
|
|
*
|
|
* You may ONLY use this file:
|
|
* 1)if you have a valid commercial ArcCore license and then in accordance with
|
|
* the terms contained in the written license agreement between you and ArcCore,
|
|
* or alternatively
|
|
* 2)if you follow the terms found in GNU General Public License version 2 as
|
|
* published by the Free Software Foundation and appearing in the file
|
|
* LICENSE.GPL included in the packaging of this file or here
|
|
* <http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>
|
|
*-------------------------------- Arctic Core -----------------------------*/
|
|
|
|
#ifndef DEM_MEMMAP_H_
|
|
#define DEM_MEMMAP_H_
|
|
|
|
#ifdef USE_RTE
|
|
#warning This file should only be used when not using an RTE with Dcm service component.
|
|
#endif
|
|
|
|
|
|
|
|
#endif /* DEM_MEMMAP_H_ */
|