summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Sched/SchedEntry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Sched/SchedEntry.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Sched/SchedEntry.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Sched/SchedEntry.cpp b/TAO/orbsvcs/orbsvcs/Sched/SchedEntry.cpp
index ea7a1da14bb..852504b93f7 100644
--- a/TAO/orbsvcs/orbsvcs/Sched/SchedEntry.cpp
+++ b/TAO/orbsvcs/orbsvcs/Sched/SchedEntry.cpp
@@ -26,6 +26,8 @@
ACE_RCSID(Sched, SchedEntry, "$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
Task_Entry::Task_Entry (void)
: rt_info_ (0),
effective_period_(0),
@@ -932,3 +934,5 @@ TimeLine_Entry::TimeLine_Entry (Dispatch_Entry &dispatch_entry,
prev_ (prev)
{
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL