WSF
ReplaceTextRequest.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#ifndef VIREPLACETEXTREQUEST_HPP
12#define VIREPLACETEXTREQUEST_HPP
13
14#include "FindTextRequest.hpp"
15
16namespace wizard
17{
19{
20public:
25
26 std::string mReplaceText;
27};
28} // namespace wizard
29
30#endif
FindTextRequest()
Definition FindTextRequest.hpp:27
std::string mReplaceText
Definition ReplaceTextRequest.hpp:26
ReplaceTextRequest()
Definition ReplaceTextRequest.hpp:21
Definition Runner.hpp:22
Copyrights Multiple, All Rights Reserved