summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:38:09 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-01-07 19:38:09 +0100
commite392479f563136c2bedd53b6e3af905965116fa0 (patch)
tree408e264faa8e68d829d7a4c34311bc9045231cb0 /TAO/orbsvcs
parent8a994ba86db0a57456af7d697820df0b52065e38 (diff)
downloadATCD-e392479f563136c2bedd53b6e3af905965116fa0.tar.gz
Shorten file headers
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/examples/Log/Basic/TLS_Client.h2
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Event_Supplier.h2
-rw-r--r--TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h2
-rw-r--r--TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/Resource_Factory.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Interpreter.h2
-rw-r--r--TAO/orbsvcs/tests/Bug_2285_Regression/ServerORBInitializer.h2
-rw-r--r--TAO/orbsvcs/tests/Bug_2285_Regression/ServerORBInitializer2.h2
-rw-r--r--TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h2
-rw-r--r--TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.h2
-rw-r--r--TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h2
-rw-r--r--TAO/orbsvcs/tests/Bug_3216_Regression/ServerORBInitializer.h2
-rw-r--r--TAO/orbsvcs/tests/Bug_3598b_Regression/ClientORBInitializer.h2
-rw-r--r--TAO/orbsvcs/tests/Bug_3598b_Regression/ClientRequest_Interceptor.h2
-rw-r--r--TAO/orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.h2
-rw-r--r--TAO/orbsvcs/tests/Notify/PluggableTopology/Test_Saver.h2
-rw-r--r--TAO/orbsvcs/tests/Notify/PluggableTopology/main.cpp2
-rw-r--r--TAO/orbsvcs/tests/Notify/XML_Persistence/main.cpp2
18 files changed, 12 insertions, 24 deletions
diff --git a/TAO/orbsvcs/examples/Log/Basic/TLS_Client.h b/TAO/orbsvcs/examples/Log/Basic/TLS_Client.h
index 39ce7b076b5..94703b04ab2 100644
--- a/TAO/orbsvcs/examples/Log/Basic/TLS_Client.h
+++ b/TAO/orbsvcs/examples/Log/Basic/TLS_Client.h
@@ -6,8 +6,6 @@
*
* An example of using the Basic_Logging_Service
*
- *
- *
* @author D A Hanvey (d.hanvey@qub.ac.uk)
*/
// ============================================================================
diff --git a/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h b/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h
index bdc44f5556c..4296b533ac7 100644
--- a/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h
+++ b/TAO/orbsvcs/examples/Log/Event/Event_Supplier.h
@@ -6,8 +6,6 @@
*
* An example of using the Event_Logging_Service.
*
- *
- *
* @author D A Hanvey (d.hanvey@qub.ac.uk)
*/
// ============================================================================
diff --git a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h
index 3f95f4cc473..d96afc1c168 100644
--- a/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h
+++ b/TAO/orbsvcs/examples/Log/Notify/Notify_Supplier.h
@@ -6,8 +6,6 @@
*
* An example of using the Notify_Logging_Service.
*
- *
- *
* @author D A Hanvey (d.hanvey@qub.ac.uk)
*/
// ============================================================================
diff --git a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.h b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.h
index e1ed988534a..426e5225dca 100644
--- a/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.h
+++ b/TAO/orbsvcs/examples/Log/RTEvent/RTEvent_Supplier.h
@@ -6,8 +6,6 @@
*
* An example of using the RTEvent_Logging_Service.
*
- *
- *
* @author D A Hanvey (d.hanvey@qub.ac.uk)
*/
// ============================================================================
diff --git a/TAO/orbsvcs/orbsvcs/AV/Resource_Factory.h b/TAO/orbsvcs/orbsvcs/AV/Resource_Factory.h
index 31c15407dea..d7477e49c00 100644
--- a/TAO/orbsvcs/orbsvcs/AV/Resource_Factory.h
+++ b/TAO/orbsvcs/orbsvcs/AV/Resource_Factory.h
@@ -3,7 +3,7 @@
//=============================================================================
/**
* @file Resource_Factory.h
- *
+ *
*
* @author Yamuna Krishnamurthy
*/
diff --git a/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Interpreter.h b/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Interpreter.h
index 31e5eb67915..51d2d1a11a8 100644
--- a/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Interpreter.h
+++ b/TAO/orbsvcs/orbsvcs/Log/Log_Constraint_Interpreter.h
@@ -5,8 +5,6 @@
* @file Log_Constraint_Interpreter.h
*
*
- *
- *
* @author Pradeep Gore <pradeep@cs.wustl.edu>
* @author D A Hanvey <d.hanvey@qub.ac.uk>
*
diff --git a/TAO/orbsvcs/tests/Bug_2285_Regression/ServerORBInitializer.h b/TAO/orbsvcs/tests/Bug_2285_Regression/ServerORBInitializer.h
index a70affd9512..4acbf40b38a 100644
--- a/TAO/orbsvcs/tests/Bug_2285_Regression/ServerORBInitializer.h
+++ b/TAO/orbsvcs/tests/Bug_2285_Regression/ServerORBInitializer.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- *
+ *
*/
//=============================================================================
#ifndef TAO249_SERVER_ORBINITIALIZER_H
diff --git a/TAO/orbsvcs/tests/Bug_2285_Regression/ServerORBInitializer2.h b/TAO/orbsvcs/tests/Bug_2285_Regression/ServerORBInitializer2.h
index 0e861d9a1a5..6a9ad6f4132 100644
--- a/TAO/orbsvcs/tests/Bug_2285_Regression/ServerORBInitializer2.h
+++ b/TAO/orbsvcs/tests/Bug_2285_Regression/ServerORBInitializer2.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- *
+ *
*/
//=============================================================================
#ifndef TAO249_SERVER_ORBINITIALIZER2_H
diff --git a/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h b/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h
index abdaa52515f..4952ea01cfc 100644
--- a/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h
+++ b/TAO/orbsvcs/tests/Bug_2287_Regression/ServerORBInitializer2.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- *
+ *
*/
//=============================================================================
#ifndef TAO249_SERVER_ORBINITIALIZER2_H
diff --git a/TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.h b/TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.h
index 0e861d9a1a5..6a9ad6f4132 100644
--- a/TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.h
+++ b/TAO/orbsvcs/tests/Bug_2615_Regression/ServerORBInitializer2.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- *
+ *
*/
//=============================================================================
#ifndef TAO249_SERVER_ORBINITIALIZER2_H
diff --git a/TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h b/TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h
index c10ede435ba..5a577083a7a 100644
--- a/TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h
+++ b/TAO/orbsvcs/tests/Bug_3215_Regression/ServerORBInitializer2.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- *
+ *
*/
//=============================================================================
#ifndef TAO249_SERVER_ORBINITIALIZER2_H
diff --git a/TAO/orbsvcs/tests/Bug_3216_Regression/ServerORBInitializer.h b/TAO/orbsvcs/tests/Bug_3216_Regression/ServerORBInitializer.h
index 02a81530d91..0c63e591c5d 100644
--- a/TAO/orbsvcs/tests/Bug_3216_Regression/ServerORBInitializer.h
+++ b/TAO/orbsvcs/tests/Bug_3216_Regression/ServerORBInitializer.h
@@ -2,7 +2,7 @@
//=============================================================================
/**
- *
+ *
*/
//=============================================================================
#ifndef TAO249_SERVER_ORBINITIALIZER_H
diff --git a/TAO/orbsvcs/tests/Bug_3598b_Regression/ClientORBInitializer.h b/TAO/orbsvcs/tests/Bug_3598b_Regression/ClientORBInitializer.h
index f84c6801c0e..7513dfe900a 100644
--- a/TAO/orbsvcs/tests/Bug_3598b_Regression/ClientORBInitializer.h
+++ b/TAO/orbsvcs/tests/Bug_3598b_Regression/ClientORBInitializer.h
@@ -4,7 +4,7 @@
/**
* @file ClientORBInitializer.h
*
- *
+ *
*/
//=============================================================================
#ifndef CLIENTORBINITIALIZER_H
diff --git a/TAO/orbsvcs/tests/Bug_3598b_Regression/ClientRequest_Interceptor.h b/TAO/orbsvcs/tests/Bug_3598b_Regression/ClientRequest_Interceptor.h
index 3fddceaa252..0f3f82910fb 100644
--- a/TAO/orbsvcs/tests/Bug_3598b_Regression/ClientRequest_Interceptor.h
+++ b/TAO/orbsvcs/tests/Bug_3598b_Regression/ClientRequest_Interceptor.h
@@ -3,7 +3,7 @@
/**
* @file ClientRequest_Interceptor.h
*
- *
+ *
*/
//=============================================================================
#ifndef CLIENTREQUEST_INTERCEPTOR_H
diff --git a/TAO/orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.h b/TAO/orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.h
index 157ce067dc7..c70342f25b6 100644
--- a/TAO/orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.h
+++ b/TAO/orbsvcs/tests/Log/Basic_Log_Test/Basic_Log_Test.h
@@ -6,8 +6,6 @@
*
* An test of using the Basic_Logging_Service
*
- *
- *
* @author D A Hanvey (d.hanvey@qub.ac.uk)
*/
// ============================================================================
diff --git a/TAO/orbsvcs/tests/Notify/PluggableTopology/Test_Saver.h b/TAO/orbsvcs/tests/Notify/PluggableTopology/Test_Saver.h
index 4072fc91d68..169217e342e 100644
--- a/TAO/orbsvcs/tests/Notify/PluggableTopology/Test_Saver.h
+++ b/TAO/orbsvcs/tests/Notify/PluggableTopology/Test_Saver.h
@@ -1,6 +1,6 @@
/* -*- C++ -*- */
/**
- *
+ *
*/
#ifndef TEST_SAVER_H
diff --git a/TAO/orbsvcs/tests/Notify/PluggableTopology/main.cpp b/TAO/orbsvcs/tests/Notify/PluggableTopology/main.cpp
index f7c92e58faf..0d99bdb12d0 100644
--- a/TAO/orbsvcs/tests/Notify/PluggableTopology/main.cpp
+++ b/TAO/orbsvcs/tests/Notify/PluggableTopology/main.cpp
@@ -1,5 +1,5 @@
/**
- *
+ *
*/
#include "orbsvcs/CosNotifyChannelAdminC.h"
diff --git a/TAO/orbsvcs/tests/Notify/XML_Persistence/main.cpp b/TAO/orbsvcs/tests/Notify/XML_Persistence/main.cpp
index 29cac7774ed..b64b0b5bdc6 100644
--- a/TAO/orbsvcs/tests/Notify/XML_Persistence/main.cpp
+++ b/TAO/orbsvcs/tests/Notify/XML_Persistence/main.cpp
@@ -1,5 +1,5 @@
/**
- *
+ *
*/
#include "orbsvcs/CosNotificationC.h"