summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-03-28 09:03:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-03-28 09:03:44 +0000
commit89910a40752a79baf7e23508c120b57a9a3f5714 (patch)
tree06d079bdd32d18d436259052b2e3312dd64fd1fe /TAO/examples/Quoter
parent94eceaf69c6db2603cbdc401184e70976ce10e06 (diff)
downloadATCD-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/examples/Quoter')
-rw-r--r--TAO/examples/Quoter/Factory_Finder.h2
-rw-r--r--TAO/examples/Quoter/Factory_Finder_i.h2
-rw-r--r--TAO/examples/Quoter/client.h3
-rw-r--r--TAO/examples/Quoter/server.h2
4 files changed, 4 insertions, 5 deletions
diff --git a/TAO/examples/Quoter/Factory_Finder.h b/TAO/examples/Quoter/Factory_Finder.h
index c0cf1c4db57..19991e1f846 100644
--- a/TAO/examples/Quoter/Factory_Finder.h
+++ b/TAO/examples/Quoter/Factory_Finder.h
@@ -1,7 +1,7 @@
//=============================================================================
/**
- * @file FactoryFinder.h
+ * @file Factory_Finder.h
*
* $Id$
*
diff --git a/TAO/examples/Quoter/Factory_Finder_i.h b/TAO/examples/Quoter/Factory_Finder_i.h
index 46baa527879..944244e33ad 100644
--- a/TAO/examples/Quoter/Factory_Finder_i.h
+++ b/TAO/examples/Quoter/Factory_Finder_i.h
@@ -1,7 +1,7 @@
//=============================================================================
/**
- * @file FactoryFinder_i.h
+ * @file Factory_Finder_i.h
*
* $Id$
*
diff --git a/TAO/examples/Quoter/client.h b/TAO/examples/Quoter/client.h
index b0b13d19e99..0a686b22779 100644
--- a/TAO/examples/Quoter/client.h
+++ b/TAO/examples/Quoter/client.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * @file quoter_client.h
+ * @file client.h
*
* $Id$
*
@@ -13,7 +13,6 @@
*/
//=============================================================================
-
#ifndef QUOTER_CLIENT_H
#define QUOTER_CLIENT_H
diff --git a/TAO/examples/Quoter/server.h b/TAO/examples/Quoter/server.h
index 801f0300b58..31ffccb356b 100644
--- a/TAO/examples/Quoter/server.h
+++ b/TAO/examples/Quoter/server.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- * @file quoter_server.h
+ * @file server.h
*
* $Id$
*