summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp b/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp
index 54422e753ff..e6afbb21415 100644
--- a/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp
+++ b/TAO/orbsvcs/orbsvcs/Time/TAO_Time_Service_Server.cpp
@@ -11,6 +11,7 @@ ACE_RCSID (Time,
TAO_Time_Service_Server,
"$Id$")
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
// Constructor.
TAO_Time_Service_Server::TAO_Time_Service_Server (void)
@@ -122,3 +123,5 @@ TAO_Time_Service_Server::new_interval (TimeBase::TimeT lower,
return tio->_this (ACE_ENV_SINGLE_ARG_PARAMETER);
}
+
+TAO_END_VERSIONED_NAMESPACE_DECL