summaryrefslogtreecommitdiff
path: root/ace/Profile_Timer.i
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-11 10:18:11 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-11 10:18:11 +0000
commitef3b6497a65381ea1f393d82141388440208c04e (patch)
tree5fd2d34b90788895081ddd38ad9e73f8e68e4fff /ace/Profile_Timer.i
parent177d2165c18e4b8de1e9ca3fbd43844915a7b8f3 (diff)
downloadATCD-ef3b6497a65381ea1f393d82141388440208c04e.tar.gz
Removed inlined functions under CE.
Diffstat (limited to 'ace/Profile_Timer.i')
-rw-r--r--ace/Profile_Timer.i5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/Profile_Timer.i b/ace/Profile_Timer.i
index 5571c9d7c9e..358e10c390d 100644
--- a/ace/Profile_Timer.i
+++ b/ace/Profile_Timer.i
@@ -64,3 +64,8 @@ ACE_Profile_Timer::stop (void)
}
#endif /* defined (ACE_HAS_PRUSAGE_T) || defined (ACE_HAS_GETRUSAGE) */
+
+ACE_INLINE
+ACE_Profile_Timer::~ACE_Profile_Timer (void)
+{
+}