summaryrefslogtreecommitdiff
path: root/TAO/tests/Xt_Stopwatch
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Xt_Stopwatch')
-rw-r--r--TAO/tests/Xt_Stopwatch/Control.cpp2
-rw-r--r--TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp2
-rw-r--r--TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc2
-rw-r--r--TAO/tests/Xt_Stopwatch/client.cpp2
-rw-r--r--TAO/tests/Xt_Stopwatch/server.cpp2
-rw-r--r--TAO/tests/Xt_Stopwatch/test.idl2
-rw-r--r--TAO/tests/Xt_Stopwatch/test_i.cpp2
7 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tests/Xt_Stopwatch/Control.cpp b/TAO/tests/Xt_Stopwatch/Control.cpp
index 6d3de01204b..b539334d7f8 100644
--- a/TAO/tests/Xt_Stopwatch/Control.cpp
+++ b/TAO/tests/Xt_Stopwatch/Control.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Control.h"
diff --git a/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp b/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp
index aa6ff78ed24..fb6095fd925 100644
--- a/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp
+++ b/TAO/tests/Xt_Stopwatch/Stopwatch_display.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Stopwatch_display.h"
#include "ace/OS_NS_stdio.h"
diff --git a/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc b/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc
index 5d3847ad5f6..b82f5515288 100644
--- a/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc
+++ b/TAO/tests/Xt_Stopwatch/Xt_Stopwatch.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*Server): taoserver, tao_xtresource, ace_motif {
Source_Files {
test_i.cpp
diff --git a/TAO/tests/Xt_Stopwatch/client.cpp b/TAO/tests/Xt_Stopwatch/client.cpp
index 61b62cb138a..7dd4d0ad804 100644
--- a/TAO/tests/Xt_Stopwatch/client.cpp
+++ b/TAO/tests/Xt_Stopwatch/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "testC.h"
#include "ace/Get_Opt.h"
diff --git a/TAO/tests/Xt_Stopwatch/server.cpp b/TAO/tests/Xt_Stopwatch/server.cpp
index f42ca6922a7..4158a3b7318 100644
--- a/TAO/tests/Xt_Stopwatch/server.cpp
+++ b/TAO/tests/Xt_Stopwatch/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "test_i.h"
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
diff --git a/TAO/tests/Xt_Stopwatch/test.idl b/TAO/tests/Xt_Stopwatch/test.idl
index a3fffd63f86..108a1974d9f 100644
--- a/TAO/tests/Xt_Stopwatch/test.idl
+++ b/TAO/tests/Xt_Stopwatch/test.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface Stopwatch
{
void start ();
diff --git a/TAO/tests/Xt_Stopwatch/test_i.cpp b/TAO/tests/Xt_Stopwatch/test_i.cpp
index aa38cd96551..4f617855354 100644
--- a/TAO/tests/Xt_Stopwatch/test_i.cpp
+++ b/TAO/tests/Xt_Stopwatch/test_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "test_i.h"
Stopwatch_imp::Stopwatch_imp (CORBA::ORB_ptr orb, Timer_imp *timer)