WSF
src
core
wsf_nx
source
WsfNonExportableBase.hpp
Go to the documentation of this file.
1
// ****************************************************************************
2
// CUI//REL TO USA ONLY
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 WSFNONEXPORTABLEBASE_HPP
13
#define WSFNONEXPORTABLEBASE_HPP
14
15
#include <iosfwd>
16
17
#include "
WsfSimulationExtension.hpp
"
18
19
class
WsfNonExportableBase
:
public
WsfSimulationExtension
20
{
21
public
:
22
~WsfNonExportableBase
()
override
;
23
};
24
25
#endif
WsfSimulationExtension.hpp
WsfNonExportableBase
Definition
WsfNonExportableBase.hpp:20
WsfNonExportableBase::~WsfNonExportableBase
~WsfNonExportableBase() override
Definition
WsfNonExportableBase.cpp:118
WsfSimulationExtension::WsfSimulationExtension
WsfSimulationExtension()
Definition
WsfSimulationExtension.cpp:23
Copyrights Multiple, All Rights Reserved