summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Simple
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Simple')
-rw-r--r--TAO/tests/OBV/Simple/OBV.idl2
-rw-r--r--TAO/tests/OBV/Simple/OBV_Simple.mpc2
-rw-r--r--TAO/tests/OBV/Simple/OBV_impl.cpp2
-rw-r--r--TAO/tests/OBV/Simple/OBV_impl.h2
-rw-r--r--TAO/tests/OBV/Simple/Server_i.cpp2
-rw-r--r--TAO/tests/OBV/Simple/Simple_util.cpp2
-rw-r--r--TAO/tests/OBV/Simple/server.cpp1
7 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tests/OBV/Simple/OBV.idl b/TAO/tests/OBV/Simple/OBV.idl
index f909dc25975..5436de284bd 100644
--- a/TAO/tests/OBV/Simple/OBV.idl
+++ b/TAO/tests/OBV/Simple/OBV.idl
@@ -1,5 +1,3 @@
-// $Id$
-
valuetype Event
{
void do_print ();
diff --git a/TAO/tests/OBV/Simple/OBV_Simple.mpc b/TAO/tests/OBV/Simple/OBV_Simple.mpc
index 0e9f2963d62..127e02cfd51 100644
--- a/TAO/tests/OBV/Simple/OBV_Simple.mpc
+++ b/TAO/tests/OBV/Simple/OBV_Simple.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*IDL): taoidldefaults {
idlflags -= -St
IDL_Files {
diff --git a/TAO/tests/OBV/Simple/OBV_impl.cpp b/TAO/tests/OBV/Simple/OBV_impl.cpp
index 8ae13d5288a..b49d1f116d7 100644
--- a/TAO/tests/OBV/Simple/OBV_impl.cpp
+++ b/TAO/tests/OBV/Simple/OBV_impl.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "OBV_impl.h"
#include "ace/OS_NS_sys_time.h"
diff --git a/TAO/tests/OBV/Simple/OBV_impl.h b/TAO/tests/OBV/Simple/OBV_impl.h
index 4164a6ff96b..3bc81eda768 100644
--- a/TAO/tests/OBV/Simple/OBV_impl.h
+++ b/TAO/tests/OBV/Simple/OBV_impl.h
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
#if !defined (OBV_IMPL_H)
#define OBV_IMPL_H
diff --git a/TAO/tests/OBV/Simple/Server_i.cpp b/TAO/tests/OBV/Simple/Server_i.cpp
index 498547af46c..1ad1a9cfb8b 100644
--- a/TAO/tests/OBV/Simple/Server_i.cpp
+++ b/TAO/tests/OBV/Simple/Server_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Server_i.h"
#include "OBV_impl.h"
#include "tao/ORB_Core.h"
diff --git a/TAO/tests/OBV/Simple/Simple_util.cpp b/TAO/tests/OBV/Simple/Simple_util.cpp
index 0ed12054250..c7bab2b9e48 100644
--- a/TAO/tests/OBV/Simple/Simple_util.cpp
+++ b/TAO/tests/OBV/Simple/Simple_util.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// This version of Simple_Util doesn't need to link against orbsvcs
// On the other hand it has no naming service.
diff --git a/TAO/tests/OBV/Simple/server.cpp b/TAO/tests/OBV/Simple/server.cpp
index d2e2dec29d7..0c1b6e8b9fc 100644
--- a/TAO/tests/OBV/Simple/server.cpp
+++ b/TAO/tests/OBV/Simple/server.cpp
@@ -1,4 +1,3 @@
-// $Id$
#include "Simple_util.h"
#include "Server_i.h"