summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/oneway
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/oneway')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/oneway/Test.idl2
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/oneway/client.cpp2
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/oneway/client_ds.cpp2
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/oneway/oneway.mpc2
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/oneway/server.cpp2
5 files changed, 0 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/oneway/Test.idl b/TAO/orbsvcs/tests/ImplRepo/oneway/Test.idl
index 855d0afd9fe..6dd6cab10e4 100644
--- a/TAO/orbsvcs/tests/ImplRepo/oneway/Test.idl
+++ b/TAO/orbsvcs/tests/ImplRepo/oneway/Test.idl
@@ -1,5 +1,3 @@
-// $Id$
-
interface Test
{
oneway void foo ();
diff --git a/TAO/orbsvcs/tests/ImplRepo/oneway/client.cpp b/TAO/orbsvcs/tests/ImplRepo/oneway/client.cpp
index 29986efd64b..d65dd22c22e 100644
--- a/TAO/orbsvcs/tests/ImplRepo/oneway/client.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/oneway/client.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "TestC.h"
#include <iostream>
#include "ace/Get_Opt.h"
diff --git a/TAO/orbsvcs/tests/ImplRepo/oneway/client_ds.cpp b/TAO/orbsvcs/tests/ImplRepo/oneway/client_ds.cpp
index 5a758f7cf5d..2d05c7b556d 100644
--- a/TAO/orbsvcs/tests/ImplRepo/oneway/client_ds.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/oneway/client_ds.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "TestC.h"
#include <iostream>
#include "ace/Get_Opt.h"
diff --git a/TAO/orbsvcs/tests/ImplRepo/oneway/oneway.mpc b/TAO/orbsvcs/tests/ImplRepo/oneway/oneway.mpc
index 1b37ca5769e..4a618c19d08 100644
--- a/TAO/orbsvcs/tests/ImplRepo/oneway/oneway.mpc
+++ b/TAO/orbsvcs/tests/ImplRepo/oneway/oneway.mpc
@@ -1,5 +1,3 @@
-// $Id$
-
project(*idl): taoidldefaults {
IDL_Files {
Test.idl
diff --git a/TAO/orbsvcs/tests/ImplRepo/oneway/server.cpp b/TAO/orbsvcs/tests/ImplRepo/oneway/server.cpp
index 0ea19b98057..fea63bc3cae 100644
--- a/TAO/orbsvcs/tests/ImplRepo/oneway/server.cpp
+++ b/TAO/orbsvcs/tests/ImplRepo/oneway/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
// server.cpp
// This version uses the Implementation Repository.