summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-01-12 00:45:13 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-01-12 00:45:13 +0000
commitf87c9ebe7a036c74edaff64cd215c703c5683d8d (patch)
tree3db8878a56d9835ce92ef02e4cfa872925be388f /TAO/examples
parent800a2e799954a6425abaa82335db63c893fcbe8c (diff)
downloadATCD-f87c9ebe7a036c74edaff64cd215c703c5683d8d.tar.gz
ChangeLogTag: Thu Jan 12 00:31:27 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Kokyu_dsrt_schedulers/Task_Stats.inl2
-rw-r--r--TAO/examples/RTCORBA/Activity/Task_Stats.inl2
2 files changed, 4 insertions, 0 deletions
diff --git a/TAO/examples/Kokyu_dsrt_schedulers/Task_Stats.inl b/TAO/examples/Kokyu_dsrt_schedulers/Task_Stats.inl
index 3b50f8c52a4..0971502bcc0 100644
--- a/TAO/examples/Kokyu_dsrt_schedulers/Task_Stats.inl
+++ b/TAO/examples/Kokyu_dsrt_schedulers/Task_Stats.inl
@@ -1,5 +1,7 @@
//$Id$
+#include "ace/Log_Msg.h"
+
ACE_INLINE int
Task_Stats::sample (ACE_UINT32 thr_run_time, int thr_count)
{
diff --git a/TAO/examples/RTCORBA/Activity/Task_Stats.inl b/TAO/examples/RTCORBA/Activity/Task_Stats.inl
index 0e9aa2b2bb7..78ce13d05bc 100644
--- a/TAO/examples/RTCORBA/Activity/Task_Stats.inl
+++ b/TAO/examples/RTCORBA/Activity/Task_Stats.inl
@@ -1,5 +1,7 @@
//$Id$
+#include "ace/Log_Msg.h"
+
ACE_INLINE int
Task_Stats::sample (ACE_UINT64 inv_start_time, ACE_UINT64 inv_end_time)
{