summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:15:20 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 16:15:20 +0100
commit7b07caedd286b60f2ed3d99d78f3d4407511d936 (patch)
treeadc82ce5f5b1d3097ae071300bf9d6fc35cb27a0 /TAO/tests/Portable_Interceptors
parentc88815f2039e7152d735c18650c102df84d9aa36 (diff)
downloadATCD-7b07caedd286b60f2ed3d99d78f3d4407511d936.tar.gz
Remove doxygen style Id tag with two space before $Id#
Diffstat (limited to 'TAO/tests/Portable_Interceptors')
-rw-r--r--TAO/tests/Portable_Interceptors/Benchmark/test.idl2
-rw-r--r--TAO/tests/Portable_Interceptors/Benchmark/test_i.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_1559/test.idl2
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_1559/test_i.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Dynamic/test.idl2
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test.idl2
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Dynamic/test.idl2
-rw-r--r--TAO/tests/Portable_Interceptors/Dynamic/test_i.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl2
-rw-r--r--TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test.idl2
-rw-r--r--TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test_i.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_ORBInitializer.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test.idl2
-rw-r--r--TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h2
19 files changed, 0 insertions, 38 deletions
diff --git a/TAO/tests/Portable_Interceptors/Benchmark/test.idl b/TAO/tests/Portable_Interceptors/Benchmark/test.idl
index 577a19bddc5..1004fb18a4b 100644
--- a/TAO/tests/Portable_Interceptors/Benchmark/test.idl
+++ b/TAO/tests/Portable_Interceptors/Benchmark/test.idl
@@ -3,8 +3,6 @@
/**
* @file test.idl
*
- * $Id$
- *
* Simple IDL file to test portable interceptor support.
*
*
diff --git a/TAO/tests/Portable_Interceptors/Benchmark/test_i.h b/TAO/tests/Portable_Interceptors/Benchmark/test_i.h
index 989976d0e32..cf7340431d0 100644
--- a/TAO/tests/Portable_Interceptors/Benchmark/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Benchmark/test_i.h
@@ -3,8 +3,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Nanbor Wang
*/
//=============================================================================
diff --git a/TAO/tests/Portable_Interceptors/Bug_1559/test.idl b/TAO/tests/Portable_Interceptors/Bug_1559/test.idl
index 2e858b32098..920d5cccb57 100644
--- a/TAO/tests/Portable_Interceptors/Bug_1559/test.idl
+++ b/TAO/tests/Portable_Interceptors/Bug_1559/test.idl
@@ -3,8 +3,6 @@
/**
* @file test.idl
*
- * $Id$
- *
* Simple IDL file to test portable interceptor support.
*
*
diff --git a/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h b/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h
index e1130b91bfb..b3bc101f5c0 100644
--- a/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Bug_1559/test_i.h
@@ -4,8 +4,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Nanbor Wang
*/
//=============================================================================
diff --git a/TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.h b/TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.h
index bb17fef8a4b..7d4b75dbc4d 100644
--- a/TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Bug_2510_Regression/test_i.h
@@ -4,8 +4,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Nanbor Wang
*/
//=============================================================================
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test.idl b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test.idl
index 0a4f15fdac5..e70ab7c5a0a 100644
--- a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test.idl
+++ b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test.idl
@@ -3,8 +3,6 @@
/**
* @file test.idl
*
- * $Id$
- *
* Simple IDL file to test portable interceptor support.
*
*
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h
index 96d6a044e67..d2ee1a7d7a4 100644
--- a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/test_i.h
@@ -3,8 +3,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Nanbor Wang
*/
//=============================================================================
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test.idl b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test.idl
index d49c6f7aa1a..af5c6b374af 100644
--- a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test.idl
+++ b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test.idl
@@ -3,8 +3,6 @@
/**
* @file test.idl
*
- * $Id$
- *
* Simple IDL file to test collocated portable interceptor support.
*
*
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.h b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.h
index 1f2972e09bf..5be947e1c67 100644
--- a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/test_i.h
@@ -2,8 +2,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Nanbor Wang
*/
//=============================================================================
diff --git a/TAO/tests/Portable_Interceptors/Dynamic/test.idl b/TAO/tests/Portable_Interceptors/Dynamic/test.idl
index fb66ba70eb9..30c692e6b11 100644
--- a/TAO/tests/Portable_Interceptors/Dynamic/test.idl
+++ b/TAO/tests/Portable_Interceptors/Dynamic/test.idl
@@ -3,8 +3,6 @@
/**
* @file test.idl
*
- * $Id$
- *
* Simple IDL file to test portable interceptor support.
*
* @author Nanbor Wang <nanbor@cs.wustl.edu>
diff --git a/TAO/tests/Portable_Interceptors/Dynamic/test_i.h b/TAO/tests/Portable_Interceptors/Dynamic/test_i.h
index fb6ffb675a8..2e8230b8576 100644
--- a/TAO/tests/Portable_Interceptors/Dynamic/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Dynamic/test_i.h
@@ -4,8 +4,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Nanbor Wang <nanbor@cs.wustl.edu>
* @author Ossama Othman <ossama@dre.vanderbilt.edu>
*/
diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl
index 2447f44442e..6f2e52a6e12 100644
--- a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl
+++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test.idl
@@ -3,8 +3,6 @@
/**
* @file test.idl
*
- * $Id$
- *
* Simple IDL file to test portable interceptor support.
*
*
diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h
index 96d6a044e67..d2ee1a7d7a4 100644
--- a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/test_i.h
@@ -3,8 +3,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Nanbor Wang
*/
//=============================================================================
diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test.idl b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test.idl
index 2447f44442e..6f2e52a6e12 100644
--- a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test.idl
+++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test.idl
@@ -3,8 +3,6 @@
/**
* @file test.idl
*
- * $Id$
- *
* Simple IDL file to test portable interceptor support.
*
*
diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test_i.h b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test_i.h
index 96d6a044e67..d2ee1a7d7a4 100644
--- a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Remote/test_i.h
@@ -3,8 +3,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Nanbor Wang
*/
//=============================================================================
diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_ORBInitializer.h b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_ORBInitializer.h
index 3281fbf1e4a..a6adcaee7d7 100644
--- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_ORBInitializer.h
+++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_ORBInitializer.h
@@ -4,8 +4,6 @@
/**
* @file Client_ORBInitializer.h
*
- * $Id$
- *
* @author Ossama Othman <ossama@uci.edu>
*/
//=============================================================================
diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.h b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.h
index b93fc6a811b..bf6e9a79b15 100644
--- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.h
+++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_ORBInitializer.h
@@ -4,8 +4,6 @@
/**
* @file Server_ORBInitializer.h
*
- * $Id$
- *
* @author Ossama Othman <ossama@uci.edu>
*/
//=============================================================================
diff --git a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test.idl b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test.idl
index 2e858b32098..920d5cccb57 100644
--- a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test.idl
+++ b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test.idl
@@ -3,8 +3,6 @@
/**
* @file test.idl
*
- * $Id$
- *
* Simple IDL file to test portable interceptor support.
*
*
diff --git a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h
index e1130b91bfb..b3bc101f5c0 100644
--- a/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h
+++ b/TAO/tests/Portable_Interceptors/Service_Context_Manipulation/test_i.h
@@ -4,8 +4,6 @@
/**
* @file test_i.h
*
- * $Id$
- *
* @author Nanbor Wang
*/
//=============================================================================