WSF
WsfPlugin.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11
12#ifndef WSFPLUGIN_HPP
13#define WSFPLUGIN_HPP
14
15#include "UtPlugin.hpp"
16#include "wsf_version_defines.hpp"
17
18#define WSF_PLUGIN_API_MAJOR_VERSION WSF_VERSION_MAJOR
19#define WSF_PLUGIN_API_MINOR_VERSION WSF_VERSION_MINOR
20#define WSF_PLUGIN_API_COMPILER_STRING UT_PLUGIN_API_COMPILER_STRING
21
22#endif
Copyrights Multiple, All Rights Reserved