diff options
Diffstat (limited to 'TAO/tests')
-rw-r--r-- | TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp | 7 | ||||
-rw-r--r-- | TAO/tests/Xt_Stopwatch/server.cpp | 6 |
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) |