summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Factory
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Factory')
-rw-r--r--TAO/tests/OBV/Factory/Factory.idl2
-rw-r--r--TAO/tests/OBV/Factory/FactoryC_impl.cpp2
-rw-r--r--TAO/tests/OBV/Factory/FactoryS_impl.cpp2
-rw-r--r--TAO/tests/OBV/Factory/OBV_Factory.mpc2
-rw-r--r--TAO/tests/OBV/Factory/client.cpp2
-rw-r--r--TAO/tests/OBV/Factory/server.cpp2
6 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tests/OBV/Factory/Factory.idl b/TAO/tests/OBV/Factory/Factory.idl
index 43ce343697a..1fe2ccc8022 100644
--- a/TAO/tests/OBV/Factory/Factory.idl
+++ b/TAO/tests/OBV/Factory/Factory.idl
@@ -1,5 +1,3 @@
-// $Id$
-
//
// This file contains few valuetypes to show and test basic OBV factory
// construct functionality.
diff --git a/TAO/tests/OBV/Factory/FactoryC_impl.cpp b/TAO/tests/OBV/Factory/FactoryC_impl.cpp
index ceeec488401..c0cde67dcba 100644
--- a/TAO/tests/OBV/Factory/FactoryC_impl.cpp
+++ b/TAO/tests/OBV/Factory/FactoryC_impl.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "FactoryC_impl.h"
OBV_FactoryTest::Value2*
diff --git a/TAO/tests/OBV/Factory/FactoryS_impl.cpp b/TAO/tests/OBV/Factory/FactoryS_impl.cpp
index a1bd5c28db1..c9e250aa71d 100644
--- a/TAO/tests/OBV/Factory/FactoryS_impl.cpp
+++ b/TAO/tests/OBV/Factory/FactoryS_impl.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "FactoryC_impl.h"
#include "FactoryS_impl.h"
diff --git a/TAO/tests/OBV/Factory/OBV_Factory.mpc b/TAO/tests/OBV/Factory/OBV_Factory.mpc
index 9e3d394d840..25cf9725e90 100644
--- a/TAO/tests/OBV/Factory/OBV_Factory.mpc
+++ b/TAO/tests/OBV/Factory/OBV_Factory.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*idl): taoidldefaults, valuetype {
IDL_Files {
Factory.idl
diff --git a/TAO/tests/OBV/Factory/client.cpp b/TAO/tests/OBV/Factory/client.cpp
index 902fb5dd29d..3a2c472c964 100644
--- a/TAO/tests/OBV/Factory/client.cpp
+++ b/TAO/tests/OBV/Factory/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "FactoryC.h"
#include "FactoryC_impl.h"
#include "ace/Get_Opt.h"
diff --git a/TAO/tests/OBV/Factory/server.cpp b/TAO/tests/OBV/Factory/server.cpp
index 528d1516f73..1eb6fa98891 100644
--- a/TAO/tests/OBV/Factory/server.cpp
+++ b/TAO/tests/OBV/Factory/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "FactoryS_impl.h"
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"