Add ExecutiveException.hh to sim_services.i (#691)

* Add ExecutiveException.hh to sim_services.i and files_to_ICG.hh
* Update version number

Fixes #690
This commit is contained in:
dbankieris 2018-10-30 13:49:55 -05:00 committed by GitHub
parent b23fda4e2c
commit 348bbb3798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,7 @@
#include "trick/CommandLineArguments.hh"
#include "trick/DMTCP.hh"
#include "trick/Executive.hh"
#include "trick/ExecutiveException.hh"
#include "trick/Environment.hh"
#include "trick/Event.hh"
#include "trick/EventProcessor.hh"

View File

@ -1 +1 @@
current_version = "17.4.0"
current_version = "17.5.dev"

View File

@ -61,6 +61,7 @@
#include "trick/Environment.hh"
#include "trick/env_proto.h"
#include "trick/Executive.hh"
#include "trick/ExecutiveException.hh"
#include "trick/exec_proto.h"
#include "trick/exec_proto.hh"
#include "trick/MalfunctionsTrickView.hh"