summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter')
-rw-r--r--TAO/examples/Quoter/Factory_Finder.cpp2
-rw-r--r--TAO/examples/Quoter/Factory_Finder.h2
-rw-r--r--TAO/examples/Quoter/Factory_Finder_i.cpp2
-rw-r--r--TAO/examples/Quoter/Factory_Finder_i.h2
-rw-r--r--TAO/examples/Quoter/Generic_Factory.cpp2
-rw-r--r--TAO/examples/Quoter/Generic_Factory.h2
-rw-r--r--TAO/examples/Quoter/Generic_Factory_i.cpp2
-rw-r--r--TAO/examples/Quoter/Generic_Factory_i.h2
-rw-r--r--TAO/examples/Quoter/Quoter.idl2
-rw-r--r--TAO/examples/Quoter/Quoter_i.cpp2
-rw-r--r--TAO/examples/Quoter/Quoter_i.h2
-rw-r--r--TAO/examples/Quoter/client.h2
-rw-r--r--TAO/examples/Quoter/server.cpp2
-rw-r--r--TAO/examples/Quoter/server.h2
14 files changed, 0 insertions, 28 deletions
diff --git a/TAO/examples/Quoter/Factory_Finder.cpp b/TAO/examples/Quoter/Factory_Finder.cpp
index 4bd72e8ad8e..e98add2f4f0 100644
--- a/TAO/examples/Quoter/Factory_Finder.cpp
+++ b/TAO/examples/Quoter/Factory_Finder.cpp
@@ -3,8 +3,6 @@
/**
* @file Factory_Finder.cpp
*
- * $Id$
- *
* A Factory Finder for the Quoter example. This example conforms
* to the CosLifeCycle Factory Finder notion.
*
diff --git a/TAO/examples/Quoter/Factory_Finder.h b/TAO/examples/Quoter/Factory_Finder.h
index 19991e1f846..e587a670ff4 100644
--- a/TAO/examples/Quoter/Factory_Finder.h
+++ b/TAO/examples/Quoter/Factory_Finder.h
@@ -3,8 +3,6 @@
/**
* @file Factory_Finder.h
*
- * $Id$
- *
* Server for the Quoter Factory Finder
*
*
diff --git a/TAO/examples/Quoter/Factory_Finder_i.cpp b/TAO/examples/Quoter/Factory_Finder_i.cpp
index fd55987816e..41a697059f8 100644
--- a/TAO/examples/Quoter/Factory_Finder_i.cpp
+++ b/TAO/examples/Quoter/Factory_Finder_i.cpp
@@ -3,8 +3,6 @@
/**
* @file Factory_Finder_i.cpp
*
- * $Id$
- *
* A Factory Finder for the Quoter example. This example conforms
* to the CosLifeCycle Factory Finder notion.
*
diff --git a/TAO/examples/Quoter/Factory_Finder_i.h b/TAO/examples/Quoter/Factory_Finder_i.h
index 944244e33ad..f2925595357 100644
--- a/TAO/examples/Quoter/Factory_Finder_i.h
+++ b/TAO/examples/Quoter/Factory_Finder_i.h
@@ -3,8 +3,6 @@
/**
* @file Factory_Finder_i.h
*
- * $Id$
- *
* Factory Finder Implementation for the Quoter example
*
*
diff --git a/TAO/examples/Quoter/Generic_Factory.cpp b/TAO/examples/Quoter/Generic_Factory.cpp
index 9609e745600..d3179939771 100644
--- a/TAO/examples/Quoter/Generic_Factory.cpp
+++ b/TAO/examples/Quoter/Generic_Factory.cpp
@@ -3,8 +3,6 @@
/**
* @file Generic_Factory.cpp
*
- * $Id$
- *
* The server for the GenericFactory for the quoter example.
*
*
diff --git a/TAO/examples/Quoter/Generic_Factory.h b/TAO/examples/Quoter/Generic_Factory.h
index 97ed3dc3025..a40a6b7af64 100644
--- a/TAO/examples/Quoter/Generic_Factory.h
+++ b/TAO/examples/Quoter/Generic_Factory.h
@@ -3,8 +3,6 @@
/**
* @file Generic_Factory.h
*
- * $Id$
- *
* A generic factory, customized for the use with the Quoter example.
*
*
diff --git a/TAO/examples/Quoter/Generic_Factory_i.cpp b/TAO/examples/Quoter/Generic_Factory_i.cpp
index a6b56ed07d8..b9eecb839d2 100644
--- a/TAO/examples/Quoter/Generic_Factory_i.cpp
+++ b/TAO/examples/Quoter/Generic_Factory_i.cpp
@@ -3,8 +3,6 @@
/**
* @file Generic_Factory_i.cpp
*
- * $Id$
- *
* The implementation of a LifeCycle Service GenericFactory for the
* Quoter example.
*
diff --git a/TAO/examples/Quoter/Generic_Factory_i.h b/TAO/examples/Quoter/Generic_Factory_i.h
index 9d46877d917..09f8a13e16d 100644
--- a/TAO/examples/Quoter/Generic_Factory_i.h
+++ b/TAO/examples/Quoter/Generic_Factory_i.h
@@ -3,8 +3,6 @@
/**
* @file Generic_Factory_i.h
*
- * $Id$
- *
* A LifeCycle Service Generic Factory for the Quoter example.
*
*
diff --git a/TAO/examples/Quoter/Quoter.idl b/TAO/examples/Quoter/Quoter.idl
index 5cb9ff30332..59ed3407b90 100644
--- a/TAO/examples/Quoter/Quoter.idl
+++ b/TAO/examples/Quoter/Quoter.idl
@@ -3,8 +3,6 @@
/**
* @file Quoter.idl
*
- * $Id$
- *
* Quoter example that illustrate the use of the global POA and
* the CosLifeCycle service.
*
diff --git a/TAO/examples/Quoter/Quoter_i.cpp b/TAO/examples/Quoter/Quoter_i.cpp
index 73597fd685b..7c25746e4a4 100644
--- a/TAO/examples/Quoter/Quoter_i.cpp
+++ b/TAO/examples/Quoter/Quoter_i.cpp
@@ -3,8 +3,6 @@
/**
* @file Quoter_i.cpp
*
- * $Id$
- *
* @author Darrell Brunsch <brunsch@cs.wustl.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Quoter/Quoter_i.h b/TAO/examples/Quoter/Quoter_i.h
index 776459631e8..476ce8b769e 100644
--- a/TAO/examples/Quoter/Quoter_i.h
+++ b/TAO/examples/Quoter/Quoter_i.h
@@ -3,8 +3,6 @@
/**
* @file Quoter_i.h
*
- * $Id$
- *
* @author Darrell Brunsch <brunsch@uci.edu>
*/
//=============================================================================
diff --git a/TAO/examples/Quoter/client.h b/TAO/examples/Quoter/client.h
index 0a686b22779..ed55ce3bfb8 100644
--- a/TAO/examples/Quoter/client.h
+++ b/TAO/examples/Quoter/client.h
@@ -4,8 +4,6 @@
/**
* @file client.h
*
- * $Id$
- *
* Contains classes that do the work of the client side of the Quoter Test
*
*
diff --git a/TAO/examples/Quoter/server.cpp b/TAO/examples/Quoter/server.cpp
index 530793a3355..7fa3909bace 100644
--- a/TAO/examples/Quoter/server.cpp
+++ b/TAO/examples/Quoter/server.cpp
@@ -2,8 +2,6 @@
/**
* @file server.cpp
*
- * $Id$
- *
* The Server for the Quoter Factory
*
*
diff --git a/TAO/examples/Quoter/server.h b/TAO/examples/Quoter/server.h
index 31ffccb356b..40b1450a640 100644
--- a/TAO/examples/Quoter/server.h
+++ b/TAO/examples/Quoter/server.h
@@ -4,8 +4,6 @@
/**
* @file server.h
*
- * $Id$
- *
* Implements the Quoter_Server class which handles the initialization of
* the quoter implementations.
*