summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/oneway
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:12:49 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:12:49 +0100
commitc88815f2039e7152d735c18650c102df84d9aa36 (patch)
treea703b59c98e6739970c4f3b51396c2284c9ce12b /TAO/orbsvcs/tests/ImplRepo/oneway
parent0fbdabcd0a8970712cbbdef06465d061a4ec13c4 (diff)
downloadATCD-c88815f2039e7152d735c18650c102df84d9aa36.tar.gz
Removed single line Id tag
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.