1/*
2 * se_grid.hpp
3 *
4 * Created on: Aug 13, 2015
5 * Author: i-bird
6 */
7
8#ifndef SRC_GRID_SE_GRID_HPP_
9#define SRC_GRID_SE_GRID_HPP_
10
11#include "util/se_util.hpp"
12
13/*! \brief It define a set of MACRO for security enhancement class 1 check
14 *
15 */
16
17#define GRID_ERROR_OBJECT std::runtime_error("Runtime grid error")
18
19#endif /* SRC_GRID_SE_GRID_HPP_ */
20