summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-06-28 04:51:20 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-06-28 04:51:20 +0000
commit460dbf0e30d43de010a57908a161be5efcec7d26 (patch)
treeeba2dfbdfaae11c2fa826bfaba75fdd1213b7374 /TAO/tests
parentabe06647cc491f60eb473f216fd1aa93beb79074 (diff)
downloadATCD-460dbf0e30d43de010a57908a161be5efcec7d26.tar.gz
ChangeLogTag:Sun Jun 27 21:49:55 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp7
-rw-r--r--TAO/tests/Xt_Stopwatch/server.cpp6
2 files changed, 12 insertions, 1 deletions
diff --git a/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp b/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp
index 4f8eca8adea..c3ef4ec66f7 100644
--- a/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp
+++ b/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp
@@ -4,6 +4,13 @@
#if defined (ACE_HAS_XT)
+#include "ace/OS_NS_stdio.h"
+
+ACE_RCSID (Xt_Stopwatch,
+ Stopwatch_display,
+ "$Id$)
+
+
Stopwatch_display::Stopwatch_display (Widget &parent)
{
// Instantiate the sub-components of the Stopwatch_display
diff --git a/TAO/tests/Xt_Stopwatch/server.cpp b/TAO/tests/Xt_Stopwatch/server.cpp
index e20a3200c18..d7febb879c3 100644
--- a/TAO/tests/Xt_Stopwatch/server.cpp
+++ b/TAO/tests/Xt_Stopwatch/server.cpp
@@ -2,8 +2,12 @@
#include "test_i.h"
#include "ace/Get_Opt.h"
+#include "ace/OS_NS_stdio.h"
+
+ACE_RCSID (Xt_Stopwatch,
+ server,
+ "$Id$")
-ACE_RCSID(Xt_Stopwatch, server, "$Id$")
#if !defined (ACE_HAS_XT)