summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Truncatable
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Truncatable')
-rw-r--r--TAO/tests/OBV/Truncatable/Extra.idl2
-rw-r--r--TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc2
-rw-r--r--TAO/tests/OBV/Truncatable/Truncatable.idl2
-rw-r--r--TAO/tests/OBV/Truncatable/TruncatableS_impl.cpp2
-rw-r--r--TAO/tests/OBV/Truncatable/client.cpp2
-rw-r--r--TAO/tests/OBV/Truncatable/server.cpp2
6 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tests/OBV/Truncatable/Extra.idl b/TAO/tests/OBV/Truncatable/Extra.idl
index 453b85a92b2..f61dc416695 100644
--- a/TAO/tests/OBV/Truncatable/Extra.idl
+++ b/TAO/tests/OBV/Truncatable/Extra.idl
@@ -1,5 +1,3 @@
-// $Id$
-
//
// This file contains extra valuetypes which are unknown by the test
// server. We should be able to pass these values and have the server
diff --git a/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc b/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc
index d6b4c90da6e..34ab637d3b5 100644
--- a/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc
+++ b/TAO/tests/OBV/Truncatable/OBV_Truncatable.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults, valuetype {
IDL_Files {
Extra.idl
diff --git a/TAO/tests/OBV/Truncatable/Truncatable.idl b/TAO/tests/OBV/Truncatable/Truncatable.idl
index b86e094c470..e5f7542b6bc 100644
--- a/TAO/tests/OBV/Truncatable/Truncatable.idl
+++ b/TAO/tests/OBV/Truncatable/Truncatable.idl
@@ -1,5 +1,3 @@
-// $Id$
-
//
// This file contains few valuetypes to show and test truncatable feature of
// valuetype.
diff --git a/TAO/tests/OBV/Truncatable/TruncatableS_impl.cpp b/TAO/tests/OBV/Truncatable/TruncatableS_impl.cpp
index cf704486e3c..8c774f71e24 100644
--- a/TAO/tests/OBV/Truncatable/TruncatableS_impl.cpp
+++ b/TAO/tests/OBV/Truncatable/TruncatableS_impl.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "TruncatableS_impl.h"
#include "ace/OS_NS_stdio.h"
diff --git a/TAO/tests/OBV/Truncatable/client.cpp b/TAO/tests/OBV/Truncatable/client.cpp
index c185a386dc7..1ddcc5470e2 100644
--- a/TAO/tests/OBV/Truncatable/client.cpp
+++ b/TAO/tests/OBV/Truncatable/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "TruncatableC.h"
#include "ExtraC.h"
#include "ace/Get_Opt.h"
diff --git a/TAO/tests/OBV/Truncatable/server.cpp b/TAO/tests/OBV/Truncatable/server.cpp
index fdad2ebdcf2..26188c43b84 100644
--- a/TAO/tests/OBV/Truncatable/server.cpp
+++ b/TAO/tests/OBV/Truncatable/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "TruncatableS_impl.h"
#include "TruncatableC.h"
#include "ace/Get_Opt.h"