summaryrefslogtreecommitdiff
path: root/TAO/tests/DII_Collocation_Tests
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DII_Collocation_Tests')
-rw-r--r--TAO/tests/DII_Collocation_Tests/oneway/Client_Task.cpp3
-rw-r--r--TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h3
-rw-r--r--TAO/tests/DII_Collocation_Tests/oneway/Hello.cpp3
-rw-r--r--TAO/tests/DII_Collocation_Tests/oneway/Hello.h3
-rw-r--r--TAO/tests/DII_Collocation_Tests/oneway/Server_Task.cpp3
-rw-r--r--TAO/tests/DII_Collocation_Tests/oneway/Test.idl3
-rw-r--r--TAO/tests/DII_Collocation_Tests/twoway/Client_Task.cpp3
-rw-r--r--TAO/tests/DII_Collocation_Tests/twoway/Client_Task.h3
-rw-r--r--TAO/tests/DII_Collocation_Tests/twoway/Hello.cpp3
-rw-r--r--TAO/tests/DII_Collocation_Tests/twoway/Hello.h3
-rw-r--r--TAO/tests/DII_Collocation_Tests/twoway/Server_Task.cpp3
-rw-r--r--TAO/tests/DII_Collocation_Tests/twoway/Test.idl3
12 files changed, 0 insertions, 36 deletions
diff --git a/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.cpp b/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.cpp
index 38f5464a7dd..ca5c1aa295a 100644
--- a/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.cpp
+++ b/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "tao/DynamicInterface/Request.h" /* This must come first for
G++ 3.4 or better */
diff --git a/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h b/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h
index cf110451beb..cb4e4fdb7e6 100644
--- a/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h
+++ b/TAO/tests/DII_Collocation_Tests/oneway/Client_Task.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef COLLOCATED_TEST_CLIENT_TASK_H
#define COLLOCATED_TEST_CLIENT_TASK_H
diff --git a/TAO/tests/DII_Collocation_Tests/oneway/Hello.cpp b/TAO/tests/DII_Collocation_Tests/oneway/Hello.cpp
index 976993601f0..128f6d994db 100644
--- a/TAO/tests/DII_Collocation_Tests/oneway/Hello.cpp
+++ b/TAO/tests/DII_Collocation_Tests/oneway/Hello.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Hello.h"
#include "tao/ORB_Core.h"
#include "tao/ORB_Table.h"
diff --git a/TAO/tests/DII_Collocation_Tests/oneway/Hello.h b/TAO/tests/DII_Collocation_Tests/oneway/Hello.h
index 699055f9daf..8fc53671693 100644
--- a/TAO/tests/DII_Collocation_Tests/oneway/Hello.h
+++ b/TAO/tests/DII_Collocation_Tests/oneway/Hello.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef HELLO_H
#define HELLO_H
diff --git a/TAO/tests/DII_Collocation_Tests/oneway/Server_Task.cpp b/TAO/tests/DII_Collocation_Tests/oneway/Server_Task.cpp
index 792a5a89711..8c44fd06667 100644
--- a/TAO/tests/DII_Collocation_Tests/oneway/Server_Task.cpp
+++ b/TAO/tests/DII_Collocation_Tests/oneway/Server_Task.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Server_Task.h"
#include "TestS.h"
#include "Hello.h"
diff --git a/TAO/tests/DII_Collocation_Tests/oneway/Test.idl b/TAO/tests/DII_Collocation_Tests/oneway/Test.idl
index e3e8a70dc4d..181bdfee590 100644
--- a/TAO/tests/DII_Collocation_Tests/oneway/Test.idl
+++ b/TAO/tests/DII_Collocation_Tests/oneway/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
/// Put the interfaces in a module, to avoid global namespace pollution
module Test
diff --git a/TAO/tests/DII_Collocation_Tests/twoway/Client_Task.cpp b/TAO/tests/DII_Collocation_Tests/twoway/Client_Task.cpp
index 5a5c8ad8d83..1459ceae8b7 100644
--- a/TAO/tests/DII_Collocation_Tests/twoway/Client_Task.cpp
+++ b/TAO/tests/DII_Collocation_Tests/twoway/Client_Task.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "tao/DynamicInterface/Request.h" /* This must come first for
G++ 3.4 or better */
diff --git a/TAO/tests/DII_Collocation_Tests/twoway/Client_Task.h b/TAO/tests/DII_Collocation_Tests/twoway/Client_Task.h
index cf110451beb..cb4e4fdb7e6 100644
--- a/TAO/tests/DII_Collocation_Tests/twoway/Client_Task.h
+++ b/TAO/tests/DII_Collocation_Tests/twoway/Client_Task.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef COLLOCATED_TEST_CLIENT_TASK_H
#define COLLOCATED_TEST_CLIENT_TASK_H
diff --git a/TAO/tests/DII_Collocation_Tests/twoway/Hello.cpp b/TAO/tests/DII_Collocation_Tests/twoway/Hello.cpp
index 61eeb7e06e0..a6c02d96bd3 100644
--- a/TAO/tests/DII_Collocation_Tests/twoway/Hello.cpp
+++ b/TAO/tests/DII_Collocation_Tests/twoway/Hello.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Hello.h"
#include "tao/ORB_Core.h"
#include "tao/ORB_Table.h"
diff --git a/TAO/tests/DII_Collocation_Tests/twoway/Hello.h b/TAO/tests/DII_Collocation_Tests/twoway/Hello.h
index 98fa55930f2..4050797f772 100644
--- a/TAO/tests/DII_Collocation_Tests/twoway/Hello.h
+++ b/TAO/tests/DII_Collocation_Tests/twoway/Hello.h
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#ifndef HELLO_H
#define HELLO_H
diff --git a/TAO/tests/DII_Collocation_Tests/twoway/Server_Task.cpp b/TAO/tests/DII_Collocation_Tests/twoway/Server_Task.cpp
index 7729e61fac4..2f8dd3327cb 100644
--- a/TAO/tests/DII_Collocation_Tests/twoway/Server_Task.cpp
+++ b/TAO/tests/DII_Collocation_Tests/twoway/Server_Task.cpp
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
#include "Server_Task.h"
#include "TestS.h"
#include "Hello.h"
diff --git a/TAO/tests/DII_Collocation_Tests/twoway/Test.idl b/TAO/tests/DII_Collocation_Tests/twoway/Test.idl
index f60690dee31..8b6a4e73e3d 100644
--- a/TAO/tests/DII_Collocation_Tests/twoway/Test.idl
+++ b/TAO/tests/DII_Collocation_Tests/twoway/Test.idl
@@ -1,6 +1,3 @@
-//
-// $Id$
-//
/// Put the interfaces in a module, to avoid global namespace pollution
module Test