@@ -4,7 +4,9 @@
#include "ChildFirstExecutionHierarchy.h"
#include "sc_runner.h"
#include "sc_types.h"
-
+
+namespace {
//! The timers are managed by a timer service. */
@@ -140,3 +142,5 @@ class ChildFirstExecutionHierarchyTest : public ::testing::Test{
}
+}
#include "ChildFirstLocalReactions.h"
long counter = 0l;
@@ -125,3 +127,5 @@ class ChildFirstLocalReactionsTest : public ::testing::Test{
#include "EventDrivenInternalEvent.h"
@@ -58,3 +60,5 @@ class EventDrivenInternalEventTest : public ::testing::Test{
#include "EventDrivenTriggeredByEvent.h"
#include "sc_runner_timed.h"
@@ -69,3 +71,5 @@ class EventDrivenTriggeredByEventTest : public ::testing::Test{
#include "EventDrivenTriggeredByTimeEvent.h"
@@ -83,3 +85,5 @@ class EventDrivenTriggeredByTimeEventTest : public ::testing::Test{
#include "ParentFirstExecutionHierarchy.h"
@@ -140,3 +142,5 @@ class ParentFirstExecutionHierarchyTest : public ::testing::Test{
#include "ParentFirstLocalReactions.h"
@@ -129,3 +131,5 @@ class ParentFirstLocalReactionsTest : public ::testing::Test{