HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ExecBase.cpp
Go to the documentation of this file.
1 #include "ExecBase.hpp"
2 
3 //-----------------------------------------------------------------------------
4 ExecBase::ExecBase(const std::string& cmd_)
5 :cmd(cmd_), _IsError(false)
6 {
7 }
8 //-----------------------------------------------------------------------------
9 //-----------------------------------------------------------------------------
10 
11 
12