summaryrefslogtreecommitdiff
path: root/TAO/examples/Content_Server
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Content_Server')
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/AMI_Iterator.mpc2
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/Content_Iterator_i.cpp2
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/Iterator_Factory_i.cpp2
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/Iterator_Handler.cpp2
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/Web_Server.idl2
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/client.cpp2
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/server.cpp2
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc2
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/Callback_Handler.cpp2
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/Callback_i.cpp2
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Factory_i.cpp2
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.cpp2
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/Push_Web_Server.idl2
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/client.cpp2
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/server.cpp2
-rw-r--r--TAO/examples/Content_Server/SMI_Iterator/Content_Iterator_i.cpp2
-rw-r--r--TAO/examples/Content_Server/SMI_Iterator/Iterator_Factory_i.cpp2
-rw-r--r--TAO/examples/Content_Server/SMI_Iterator/SMI_Iterator.mpc2
-rw-r--r--TAO/examples/Content_Server/SMI_Iterator/Web_Server.idl2
-rw-r--r--TAO/examples/Content_Server/SMI_Iterator/client.cpp2
-rw-r--r--TAO/examples/Content_Server/SMI_Iterator/server.cpp2
21 files changed, 0 insertions, 42 deletions
diff --git a/TAO/examples/Content_Server/AMI_Iterator/AMI_Iterator.mpc b/TAO/examples/Content_Server/AMI_Iterator/AMI_Iterator.mpc
index 02b9580e694..dda94ad2795 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/AMI_Iterator.mpc
+++ b/TAO/examples/Content_Server/AMI_Iterator/AMI_Iterator.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*IDL): taoidldefaults, ami {
IDL_Files {
Web_Server.idl
diff --git a/TAO/examples/Content_Server/AMI_Iterator/Content_Iterator_i.cpp b/TAO/examples/Content_Server/AMI_Iterator/Content_Iterator_i.cpp
index d9d6b766b42..ef4f4883e4a 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/Content_Iterator_i.cpp
+++ b/TAO/examples/Content_Server/AMI_Iterator/Content_Iterator_i.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "ace/FILE_Connector.h"
diff --git a/TAO/examples/Content_Server/AMI_Iterator/Iterator_Factory_i.cpp b/TAO/examples/Content_Server/AMI_Iterator/Iterator_Factory_i.cpp
index ce3f466f560..528ecbb6071 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/Iterator_Factory_i.cpp
+++ b/TAO/examples/Content_Server/AMI_Iterator/Iterator_Factory_i.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "Content_Iterator_i.h"
diff --git a/TAO/examples/Content_Server/AMI_Iterator/Iterator_Handler.cpp b/TAO/examples/Content_Server/AMI_Iterator/Iterator_Handler.cpp
index e9280f93f83..33476782525 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/Iterator_Handler.cpp
+++ b/TAO/examples/Content_Server/AMI_Iterator/Iterator_Handler.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "ace/FILE_Connector.h"
diff --git a/TAO/examples/Content_Server/AMI_Iterator/Web_Server.idl b/TAO/examples/Content_Server/AMI_Iterator/Web_Server.idl
index f669e39d98c..ffc7c9f13a3 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/Web_Server.idl
+++ b/TAO/examples/Content_Server/AMI_Iterator/Web_Server.idl
@@ -1,5 +1,3 @@
-// $Id$
-
module Web_Server
// = TITLE
// IDL schema definition for Web server interface.
diff --git a/TAO/examples/Content_Server/AMI_Iterator/client.cpp b/TAO/examples/Content_Server/AMI_Iterator/client.cpp
index 87a83637077..b28938ec142 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/client.cpp
+++ b/TAO/examples/Content_Server/AMI_Iterator/client.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "ace/Process_Manager.h"
diff --git a/TAO/examples/Content_Server/AMI_Iterator/server.cpp b/TAO/examples/Content_Server/AMI_Iterator/server.cpp
index 3f8ad1f65a4..1f1949e5bd5 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/server.cpp
+++ b/TAO/examples/Content_Server/AMI_Iterator/server.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "orbsvcs/CosNamingC.h"
diff --git a/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc b/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc
index 9ebc2e75c6c..5fce6a6c45e 100644
--- a/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc
+++ b/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*IDL): taoidldefaults, ami {
IDL_Files {
Push_Web_Server.idl
diff --git a/TAO/examples/Content_Server/AMI_Observer/Callback_Handler.cpp b/TAO/examples/Content_Server/AMI_Observer/Callback_Handler.cpp
index be9f9f1f6e4..cc3d6900c3b 100644
--- a/TAO/examples/Content_Server/AMI_Observer/Callback_Handler.cpp
+++ b/TAO/examples/Content_Server/AMI_Observer/Callback_Handler.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "ace/FILE_Connector.h"
diff --git a/TAO/examples/Content_Server/AMI_Observer/Callback_i.cpp b/TAO/examples/Content_Server/AMI_Observer/Callback_i.cpp
index 9dcf50f26c6..1741f68d52e 100644
--- a/TAO/examples/Content_Server/AMI_Observer/Callback_i.cpp
+++ b/TAO/examples/Content_Server/AMI_Observer/Callback_i.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "ace/FILE_Connector.h"
diff --git a/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Factory_i.cpp b/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Factory_i.cpp
index 5fddbc0a6a5..f6ccae5cba0 100644
--- a/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Factory_i.cpp
+++ b/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Factory_i.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "Push_Iterator_Factory_i.h"
diff --git a/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.cpp b/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.cpp
index 85674d453df..ad1b852321c 100644
--- a/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.cpp
+++ b/TAO/examples/Content_Server/AMI_Observer/Push_Iterator_Handler.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "ace/Log_Msg.h"
diff --git a/TAO/examples/Content_Server/AMI_Observer/Push_Web_Server.idl b/TAO/examples/Content_Server/AMI_Observer/Push_Web_Server.idl
index 96e0b8be4e4..267a677c4e8 100644
--- a/TAO/examples/Content_Server/AMI_Observer/Push_Web_Server.idl
+++ b/TAO/examples/Content_Server/AMI_Observer/Push_Web_Server.idl
@@ -1,5 +1,3 @@
-// $Id$
-
module Web_Server
// = TITLE
// IDL schema definition for Web server interface.
diff --git a/TAO/examples/Content_Server/AMI_Observer/client.cpp b/TAO/examples/Content_Server/AMI_Observer/client.cpp
index 08cf6ab48e1..0d9e236c511 100644
--- a/TAO/examples/Content_Server/AMI_Observer/client.cpp
+++ b/TAO/examples/Content_Server/AMI_Observer/client.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "ace/Process_Manager.h"
diff --git a/TAO/examples/Content_Server/AMI_Observer/server.cpp b/TAO/examples/Content_Server/AMI_Observer/server.cpp
index 260b304f23e..42306470870 100644
--- a/TAO/examples/Content_Server/AMI_Observer/server.cpp
+++ b/TAO/examples/Content_Server/AMI_Observer/server.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "orbsvcs/CosNamingC.h"
diff --git a/TAO/examples/Content_Server/SMI_Iterator/Content_Iterator_i.cpp b/TAO/examples/Content_Server/SMI_Iterator/Content_Iterator_i.cpp
index 6c65b16a9fa..83f06289214 100644
--- a/TAO/examples/Content_Server/SMI_Iterator/Content_Iterator_i.cpp
+++ b/TAO/examples/Content_Server/SMI_Iterator/Content_Iterator_i.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "ace/FILE_Connector.h"
diff --git a/TAO/examples/Content_Server/SMI_Iterator/Iterator_Factory_i.cpp b/TAO/examples/Content_Server/SMI_Iterator/Iterator_Factory_i.cpp
index e7acb5611c0..301f86f033d 100644
--- a/TAO/examples/Content_Server/SMI_Iterator/Iterator_Factory_i.cpp
+++ b/TAO/examples/Content_Server/SMI_Iterator/Iterator_Factory_i.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "Content_Iterator_i.h"
diff --git a/TAO/examples/Content_Server/SMI_Iterator/SMI_Iterator.mpc b/TAO/examples/Content_Server/SMI_Iterator/SMI_Iterator.mpc
index 4675543c102..4913265e7e1 100644
--- a/TAO/examples/Content_Server/SMI_Iterator/SMI_Iterator.mpc
+++ b/TAO/examples/Content_Server/SMI_Iterator/SMI_Iterator.mpc
@@ -1,6 +1,4 @@
// -*- MPC -*-
-// $Id$
-
project(*IDL): taoidldefaults {
IDL_Files {
Web_Server.idl
diff --git a/TAO/examples/Content_Server/SMI_Iterator/Web_Server.idl b/TAO/examples/Content_Server/SMI_Iterator/Web_Server.idl
index 4b1c6eeb54e..240c44a6384 100644
--- a/TAO/examples/Content_Server/SMI_Iterator/Web_Server.idl
+++ b/TAO/examples/Content_Server/SMI_Iterator/Web_Server.idl
@@ -1,5 +1,3 @@
-// $Id$
-
// IDL schema definition for Web server interface.
module Web_Server
{
diff --git a/TAO/examples/Content_Server/SMI_Iterator/client.cpp b/TAO/examples/Content_Server/SMI_Iterator/client.cpp
index d89d9cd7370..41e1d89b3ce 100644
--- a/TAO/examples/Content_Server/SMI_Iterator/client.cpp
+++ b/TAO/examples/Content_Server/SMI_Iterator/client.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "ace/FILE_Connector.h"
diff --git a/TAO/examples/Content_Server/SMI_Iterator/server.cpp b/TAO/examples/Content_Server/SMI_Iterator/server.cpp
index da1af33a3e1..b85b1283d0d 100644
--- a/TAO/examples/Content_Server/SMI_Iterator/server.cpp
+++ b/TAO/examples/Content_Server/SMI_Iterator/server.cpp
@@ -1,6 +1,4 @@
// -*- C++ -*-
-// $Id$
-
// Ossama Othman <ossama@uci.edu>
#include "orbsvcs/CosNamingC.h"