summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:17:55 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:17:55 +0100
commit31233b7514d981674e787e3b69cf4b54a77117e5 (patch)
tree1e08e85c657f4085b45c21295dafde99de5218f2 /TAO/orbsvcs/examples
parent7b07caedd286b60f2ed3d99d78f3d4407511d936 (diff)
downloadATCD-31233b7514d981674e787e3b69cf4b54a77117e5.tar.gz
Zapped c-style id tag with no space between // and $Id$
Diffstat (limited to 'TAO/orbsvcs/examples')
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc1
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/Manager.idl1
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/Messenger.idl1
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp1
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/TestClient.h1
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/TestServer.cpp1
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/TestServer.h1
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp1
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/manager_main.cpp1
-rw-r--r--TAO/orbsvcs/examples/ImR/Advanced/server_main.cpp1
-rw-r--r--TAO/orbsvcs/examples/ORT/Gateway_i.cpp2
-rw-r--r--TAO/orbsvcs/examples/ORT/Server_IORInterceptor.h2
12 files changed, 0 insertions, 14 deletions
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc b/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc
index 9a51388965d..2be113473a0 100644
--- a/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc
+++ b/TAO/orbsvcs/examples/ImR/Advanced/Advanced.mpc
@@ -1,4 +1,3 @@
-//$Id$
project(*IDL): taoidldefaults {
IDL_Files {
Manager.idl
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/Manager.idl b/TAO/orbsvcs/examples/ImR/Advanced/Manager.idl
index 3b01e2ff7e3..49106eab929 100644
--- a/TAO/orbsvcs/examples/ImR/Advanced/Manager.idl
+++ b/TAO/orbsvcs/examples/ImR/Advanced/Manager.idl
@@ -1,4 +1,3 @@
-//$Id$
interface Manager
{
long registerServer();
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/Messenger.idl b/TAO/orbsvcs/examples/ImR/Advanced/Messenger.idl
index 421512c8587..07edf850ee7 100644
--- a/TAO/orbsvcs/examples/ImR/Advanced/Messenger.idl
+++ b/TAO/orbsvcs/examples/ImR/Advanced/Messenger.idl
@@ -1,4 +1,3 @@
-//$Id$
interface Messenger
{
long send_message(in long thread, in long iter, in long obj, in long req);
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp b/TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp
index 873f7247f16..effc8779607 100644
--- a/TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp
+++ b/TAO/orbsvcs/examples/ImR/Advanced/TestClient.cpp
@@ -1,4 +1,3 @@
-//$Id$
#include "TestClient.h"
#include "MessengerC.h"
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/TestClient.h b/TAO/orbsvcs/examples/ImR/Advanced/TestClient.h
index ad683187566..4161ef49d15 100644
--- a/TAO/orbsvcs/examples/ImR/Advanced/TestClient.h
+++ b/TAO/orbsvcs/examples/ImR/Advanced/TestClient.h
@@ -1,4 +1,3 @@
-//$Id$
#include "tao/ORB.h"
#include "ace/Task.h"
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/TestServer.cpp b/TAO/orbsvcs/examples/ImR/Advanced/TestServer.cpp
index b833848d930..d81bf00deaf 100644
--- a/TAO/orbsvcs/examples/ImR/Advanced/TestServer.cpp
+++ b/TAO/orbsvcs/examples/ImR/Advanced/TestServer.cpp
@@ -1,4 +1,3 @@
-//$Id$
#include "TestServer.h"
#include "ManagerC.h"
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/TestServer.h b/TAO/orbsvcs/examples/ImR/Advanced/TestServer.h
index 666f526a014..b3e200d3786 100644
--- a/TAO/orbsvcs/examples/ImR/Advanced/TestServer.h
+++ b/TAO/orbsvcs/examples/ImR/Advanced/TestServer.h
@@ -1,4 +1,3 @@
-//$Id$
#include "Messenger_i.h"
#include "ace/Auto_Ptr.h"
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp b/TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp
index 2990cc0b6f0..21cc54857b5 100644
--- a/TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp
+++ b/TAO/orbsvcs/examples/ImR/Advanced/client_main.cpp
@@ -1,4 +1,3 @@
-//$Id$
#include "TestClient.h"
#include <ace/streams.h>
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/manager_main.cpp b/TAO/orbsvcs/examples/ImR/Advanced/manager_main.cpp
index 11f615ec393..a8282880ebc 100644
--- a/TAO/orbsvcs/examples/ImR/Advanced/manager_main.cpp
+++ b/TAO/orbsvcs/examples/ImR/Advanced/manager_main.cpp
@@ -1,4 +1,3 @@
-//$Id$
#include "Manager_i.h"
#include <ace/Get_Opt.h>
diff --git a/TAO/orbsvcs/examples/ImR/Advanced/server_main.cpp b/TAO/orbsvcs/examples/ImR/Advanced/server_main.cpp
index c6118e25d69..d6e50f32682 100644
--- a/TAO/orbsvcs/examples/ImR/Advanced/server_main.cpp
+++ b/TAO/orbsvcs/examples/ImR/Advanced/server_main.cpp
@@ -1,4 +1,3 @@
-//$Id$
#include "TestServer.h"
#include <ace/streams.h>
diff --git a/TAO/orbsvcs/examples/ORT/Gateway_i.cpp b/TAO/orbsvcs/examples/ORT/Gateway_i.cpp
index 2f1c2b82780..075e7306e56 100644
--- a/TAO/orbsvcs/examples/ORT/Gateway_i.cpp
+++ b/TAO/orbsvcs/examples/ORT/Gateway_i.cpp
@@ -1,5 +1,3 @@
-//$Id$
-
#include "Gateway_i.h"
#include "tao/AnyTypeCode/Any.h"
diff --git a/TAO/orbsvcs/examples/ORT/Server_IORInterceptor.h b/TAO/orbsvcs/examples/ORT/Server_IORInterceptor.h
index 52d41076d35..47774c8921e 100644
--- a/TAO/orbsvcs/examples/ORT/Server_IORInterceptor.h
+++ b/TAO/orbsvcs/examples/ORT/Server_IORInterceptor.h
@@ -1,7 +1,5 @@
// -*- C++ -*-
//
-//$Id$
-
#ifndef SERVER_IORINTERCEPTOR_H
#define SERVER_IORINTERCEPTOR_H