Add additional thread synchronization mechanisms

file location different in 15 than it is in 16.  Modified include
files to accomodate.

refs #148
This commit is contained in:
Alex Lin 2015-12-03 08:53:47 -06:00
parent 014d78e388
commit c3b886c6e5

View File

@ -1,6 +1,6 @@
#include "trick/ThreadTrigger.hh"
#include "trick/message_proto.h"
#include "sim_services/Executive/include/ThreadTrigger.hh"
#include "sim_services/Message/include/message_proto.h"
/* ThreadTriggerBase empty routines */
Trick::ThreadTriggerBase::ThreadTriggerBase(ThreadTriggerType in_tt_type) : tt_type(in_tt_type) {}