summaryrefslogtreecommitdiff
path: root/ace/Profile_Timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Profile_Timer.cpp')
-rw-r--r--ace/Profile_Timer.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/Profile_Timer.cpp b/ace/Profile_Timer.cpp
index c5d93d3f88d..2cf96dc40c7 100644
--- a/ace/Profile_Timer.cpp
+++ b/ace/Profile_Timer.cpp
@@ -264,8 +264,12 @@ ACE_Profile_Timer::elapsed_time (ACE_Elapsed_Time &et)
return 0;
}
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#elif defined (ACE_WIN32) /* defined (ACE_HAS_PRUSAGE_T) || defined (ACE_HAS_GETRUSAGE) */
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
void
ACE_Profile_Timer::dump (void) const
{
@@ -370,8 +374,12 @@ ACE_Profile_Timer::subtract (timeval &tdiff, timeval &t1, timeval &t0)
}
# endif /* ACE_HAS_GETRUSAGE */
+ACE_END_VERSIONED_NAMESPACE_DECL
+
#else
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
void
ACE_Profile_Timer::dump (void) const
{