summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/ORT
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/ORT')
-rw-r--r--TAO/orbsvcs/examples/ORT/Gateway.idl2
-rw-r--r--TAO/orbsvcs/examples/ORT/Gateway_ObjRef_Factory.cpp2
-rw-r--r--TAO/orbsvcs/examples/ORT/ORT.mpc2
-rw-r--r--TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp2
-rw-r--r--TAO/orbsvcs/examples/ORT/Object_Factory_i.h2
-rw-r--r--TAO/orbsvcs/examples/ORT/Server_IORInterceptor.cpp2
-rw-r--r--TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp2
-rw-r--r--TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.h2
-rw-r--r--TAO/orbsvcs/examples/ORT/client.cpp2
-rw-r--r--TAO/orbsvcs/examples/ORT/gateway_server.cpp2
-rw-r--r--TAO/orbsvcs/examples/ORT/server.cpp2
-rw-r--r--TAO/orbsvcs/examples/ORT/sum_server.idl2
-rw-r--r--TAO/orbsvcs/examples/ORT/sum_server_i.cpp2
-rw-r--r--TAO/orbsvcs/examples/ORT/sum_server_i.h2
14 files changed, 0 insertions, 28 deletions
diff --git a/TAO/orbsvcs/examples/ORT/Gateway.idl b/TAO/orbsvcs/examples/ORT/Gateway.idl
index f9b62e41070..e69ea1b2985 100644
--- a/TAO/orbsvcs/examples/ORT/Gateway.idl
+++ b/TAO/orbsvcs/examples/ORT/Gateway.idl
@@ -1,5 +1,3 @@
-// $Id$
-
#ifndef GATEWAY_IDL
#define GATEWAY_IDL
diff --git a/TAO/orbsvcs/examples/ORT/Gateway_ObjRef_Factory.cpp b/TAO/orbsvcs/examples/ORT/Gateway_ObjRef_Factory.cpp
index dcb26d34621..d313390481f 100644
--- a/TAO/orbsvcs/examples/ORT/Gateway_ObjRef_Factory.cpp
+++ b/TAO/orbsvcs/examples/ORT/Gateway_ObjRef_Factory.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Gateway_ObjRef_Factory.h"
Gateway_ObjRef_Factory::
diff --git a/TAO/orbsvcs/examples/ORT/ORT.mpc b/TAO/orbsvcs/examples/ORT/ORT.mpc
index 3845804c8bd..82ee26dc2f2 100644
--- a/TAO/orbsvcs/examples/ORT/ORT.mpc
+++ b/TAO/orbsvcs/examples/ORT/ORT.mpc
@@ -1,5 +1,3 @@
-// $Id$
-
project(*idl): taoidldefaults, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
idl_files {
Gateway.idl
diff --git a/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp b/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp
index ae4ac1dd5ae..867dc575e85 100644
--- a/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp
+++ b/TAO/orbsvcs/examples/ORT/Object_Factory_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Object_Factory_i.h"
#include "tao/PortableServer/Root_POA.h"
diff --git a/TAO/orbsvcs/examples/ORT/Object_Factory_i.h b/TAO/orbsvcs/examples/ORT/Object_Factory_i.h
index 15762a58d6e..80aaf03d774 100644
--- a/TAO/orbsvcs/examples/ORT/Object_Factory_i.h
+++ b/TAO/orbsvcs/examples/ORT/Object_Factory_i.h
@@ -1,5 +1,3 @@
-// $Id$
-
//=============================================================================
/**
* @file Object_Factory_i.h
diff --git a/TAO/orbsvcs/examples/ORT/Server_IORInterceptor.cpp b/TAO/orbsvcs/examples/ORT/Server_IORInterceptor.cpp
index e3fd27b471c..49a2906ce81 100644
--- a/TAO/orbsvcs/examples/ORT/Server_IORInterceptor.cpp
+++ b/TAO/orbsvcs/examples/ORT/Server_IORInterceptor.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Server_IORInterceptor.h"
#include "Gateway_ObjRef_Factory.h"
diff --git a/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp b/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp
index 005396f8a49..dd9dbd2940d 100644
--- a/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp
+++ b/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Server_IORInterceptor_ORBInitializer.h"
#include "Server_IORInterceptor.h"
#include "tao/ORB_Constants.h"
diff --git a/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.h b/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.h
index 6ea98e2fab8..1832257174a 100644
--- a/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.h
+++ b/TAO/orbsvcs/examples/ORT/Server_IORInterceptor_ORBInitializer.h
@@ -1,5 +1,3 @@
-// $Id$
-
#ifndef SERVER_IOR_INTERCEPTOR_ORB_INITIALIZER_H
#define SERVER_IOR_INTERCEPTOR_ORB_INITIALIZER_H
diff --git a/TAO/orbsvcs/examples/ORT/client.cpp b/TAO/orbsvcs/examples/ORT/client.cpp
index 679a8918339..ef121f69179 100644
--- a/TAO/orbsvcs/examples/ORT/client.cpp
+++ b/TAO/orbsvcs/examples/ORT/client.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
#include "sum_serverC.h"
#include "ace/Get_Opt.h"
diff --git a/TAO/orbsvcs/examples/ORT/gateway_server.cpp b/TAO/orbsvcs/examples/ORT/gateway_server.cpp
index 66d9125c040..49d07e9d9de 100644
--- a/TAO/orbsvcs/examples/ORT/gateway_server.cpp
+++ b/TAO/orbsvcs/examples/ORT/gateway_server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "Object_Factory_i.h"
#include "Gateway_i.h"
diff --git a/TAO/orbsvcs/examples/ORT/server.cpp b/TAO/orbsvcs/examples/ORT/server.cpp
index 743c38fc37a..63689117a76 100644
--- a/TAO/orbsvcs/examples/ORT/server.cpp
+++ b/TAO/orbsvcs/examples/ORT/server.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "sum_server_i.h"
#include "Server_IORInterceptor_ORBInitializer.h"
#include "tao/ORBInitializer_Registry.h"
diff --git a/TAO/orbsvcs/examples/ORT/sum_server.idl b/TAO/orbsvcs/examples/ORT/sum_server.idl
index fdbf0b2a740..fe837b5bf51 100644
--- a/TAO/orbsvcs/examples/ORT/sum_server.idl
+++ b/TAO/orbsvcs/examples/ORT/sum_server.idl
@@ -1,5 +1,3 @@
-// $Id$
-
module ORT
{
interface sum_server
diff --git a/TAO/orbsvcs/examples/ORT/sum_server_i.cpp b/TAO/orbsvcs/examples/ORT/sum_server_i.cpp
index 25d3ee8dfd1..8ffe8517660 100644
--- a/TAO/orbsvcs/examples/ORT/sum_server_i.cpp
+++ b/TAO/orbsvcs/examples/ORT/sum_server_i.cpp
@@ -1,5 +1,3 @@
-// $Id$
-
#include "sum_server_i.h"
sum_server_i::sum_server_i ()
diff --git a/TAO/orbsvcs/examples/ORT/sum_server_i.h b/TAO/orbsvcs/examples/ORT/sum_server_i.h
index 1d3101e97bf..730542b0aa4 100644
--- a/TAO/orbsvcs/examples/ORT/sum_server_i.h
+++ b/TAO/orbsvcs/examples/ORT/sum_server_i.h
@@ -1,5 +1,3 @@
-// $Id$
-
//=============================================================================
/**
* @file sum_server_i.h