diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-03-28 09:03:44 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-03-28 09:03:44 +0000 |
commit | 89910a40752a79baf7e23508c120b57a9a3f5714 (patch) | |
tree | 06d079bdd32d18d436259052b2e3312dd64fd1fe /TAO/performance-tests | |
parent | 94eceaf69c6db2603cbdc401184e70976ce10e06 (diff) | |
download | ATCD-89910a40752a79baf7e23508c120b57a9a3f5714.tar.gz |
Mon Mar 28 07:58:00 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Callback_Quoter/Consumer_Signal_Handler.h:
* examples/Callback_Quoter/Notifier_i.h:
* examples/Callback_Quoter/Supplier_i.h:
* examples/Logging/Logging_Test_i.h:
* examples/OBV/Simple_util.h:
* examples/Persistent_Grid/Persistent_Client.h:
* examples/Persistent_Grid/Simple_util.h:
* examples/Quoter/Factory_Finder.h:
* examples/Quoter/Factory_Finder_i.h:
* examples/Quoter/client.h:
* examples/Quoter/server.h:
* interop-tests/wchar/wchar_reference.h:
* performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.h:
* performance-tests/POA/Demux/demux_test_client.h:
* performance-tests/POA/Demux/demux_test_macros.h:
* performance-tests/POA/Demux/demux_test_server.h:
* tests/Alt_Mapping/ub_string.h:
* tests/Bug_3683_Regression/Simple_util.h:
* tests/Collocation/Collocation_Tester.h:
* tests/DSI_AMI_Gateway/test_dsi.h:
* tests/Exposed_Policies/Policy_Tester.h:
* tests/Param_Test/ub_string.h:
Fuzz fixes
Diffstat (limited to 'TAO/performance-tests')
4 files changed, 4 insertions, 11 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.h b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.h index 54631d26bdf..7b2083f6784 100644 --- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.h +++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/Cubit_i.h @@ -1,7 +1,7 @@ //============================================================================= /** - * @file Cubit_Client.h + * @file Cubit_i.h * * $Id$ * @@ -10,7 +10,6 @@ */ //============================================================================= - #ifndef _CUBIT_I_H #define _CUBIT_I_H diff --git a/TAO/performance-tests/POA/Demux/demux_test_client.h b/TAO/performance-tests/POA/Demux/demux_test_client.h index 29203b45710..a736ea627c6 100644 --- a/TAO/performance-tests/POA/Demux/demux_test_client.h +++ b/TAO/performance-tests/POA/Demux/demux_test_client.h @@ -7,9 +7,7 @@ * * $Id$ * - * @file Definition of the client-side demux_test class - * - * $Id$ + * Definition of the client-side demux_test class * * @author Aniruddha Gokhale */ diff --git a/TAO/performance-tests/POA/Demux/demux_test_macros.h b/TAO/performance-tests/POA/Demux/demux_test_macros.h index 27728d39ee3..2e5c678eda0 100644 --- a/TAO/performance-tests/POA/Demux/demux_test_macros.h +++ b/TAO/performance-tests/POA/Demux/demux_test_macros.h @@ -7,9 +7,7 @@ * * $Id$ * - * @file constants used by both the server and client - * - * $Id$ + * Constants used by both the server and client * * @author Aniruddha Gokhale */ diff --git a/TAO/performance-tests/POA/Demux/demux_test_server.h b/TAO/performance-tests/POA/Demux/demux_test_server.h index 82fed3a069b..89bfd91755b 100644 --- a/TAO/performance-tests/POA/Demux/demux_test_server.h +++ b/TAO/performance-tests/POA/Demux/demux_test_server.h @@ -4,9 +4,7 @@ * * $Id$ * - * @file Server-side demux_test class - * - * $Id$ + * Server-side demux_test class * * @author Aniruddha Gokhale */ |