summaryrefslogtreecommitdiff
path: root/TAO/tests/Any/Recursive
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Any/Recursive')
-rw-r--r--TAO/tests/Any/Recursive/Hello.cpp2
-rw-r--r--TAO/tests/Any/Recursive/NonRecursive.idl1
-rw-r--r--TAO/tests/Any/Recursive/client.cpp2
-rw-r--r--TAO/tests/Any/Recursive/server.cpp2
4 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tests/Any/Recursive/Hello.cpp b/TAO/tests/Any/Recursive/Hello.cpp
index 46043d0d3ee..b28f967a261 100644
--- a/TAO/tests/Any/Recursive/Hello.cpp
+++ b/TAO/tests/Any/Recursive/Hello.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Hello.h"
Hello::Hello (CORBA::ORB_ptr orb)
diff --git a/TAO/tests/Any/Recursive/NonRecursive.idl b/TAO/tests/Any/Recursive/NonRecursive.idl
index 1ebde843dab..9ecf951bac7 100644
--- a/TAO/tests/Any/Recursive/NonRecursive.idl
+++ b/TAO/tests/Any/Recursive/NonRecursive.idl
@@ -1,4 +1,3 @@
-// $Id$
//
// Non-recursive types for compile-time testing.
diff --git a/TAO/tests/Any/Recursive/client.cpp b/TAO/tests/Any/Recursive/client.cpp
index 6d99fc03c9f..ca2d84d4a23 100644
--- a/TAO/tests/Any/Recursive/client.cpp
+++ b/TAO/tests/Any/Recursive/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "TestC.h"
#include "tao/IFR_Client/IFR_BaseC.h"
#include "tao/TypeCodeFactory/TypeCodeFactory_Loader.h"
diff --git a/TAO/tests/Any/Recursive/server.cpp b/TAO/tests/Any/Recursive/server.cpp
index ab19d0fb0a7..93f0474ab01 100644
--- a/TAO/tests/Any/Recursive/server.cpp
+++ b/TAO/tests/Any/Recursive/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Hello.h"
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"