summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/AMH/Sink_Server/AMH_Servant.h1
-rw-r--r--TAO/examples/AMH/Sink_Server/Base_Server.h1
-rw-r--r--TAO/examples/AMH/Sink_Server/Client_Task.h1
-rw-r--r--TAO/examples/AMH/Sink_Server/MT_AMH_Server.h1
-rw-r--r--TAO/examples/AMH/Sink_Server/Timer_Handler.cpp1
-rw-r--r--TAO/examples/AMH/Sink_Server/Timer_Handler.h1
-rw-r--r--TAO/examples/Event_Comm/notifier.h2
-rw-r--r--TAO/examples/Event_Comm/supplier.h2
-rw-r--r--TAO/examples/Kokyu_dsrt_schedulers/Task_Stats.h2
-rw-r--r--TAO/examples/Persistent_Grid/Grid_i.h2
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/UDP_i.h1
-rw-r--r--TAO/examples/RTCORBA/Activity/Activity.h1
-rw-r--r--TAO/examples/RTCORBA/Activity/Builder.h1
-rw-r--r--TAO/examples/RTCORBA/Activity/Job_i.h1
-rw-r--r--TAO/examples/RTCORBA/Activity/POA_Holder.h1
-rw-r--r--TAO/examples/RTCORBA/Activity/Periodic_Task.h1
-rw-r--r--TAO/examples/RTCORBA/Activity/Task_Stats.h2
-rw-r--r--TAO/examples/RTCORBA/Activity/Thread_Task.h1
-rw-r--r--TAO/examples/RTScheduling/Job_i.h1
-rw-r--r--TAO/examples/RTScheduling/POA_Holder.h1
-rw-r--r--TAO/examples/RTScheduling/Task_Stats.h1
-rw-r--r--TAO/examples/Simple/grid/Grid_i.h2
-rw-r--r--TAO/examples/ior_corbaloc/ior_corbaloc_client_i.h1
23 files changed, 0 insertions, 29 deletions
diff --git a/TAO/examples/AMH/Sink_Server/AMH_Servant.h b/TAO/examples/AMH/Sink_Server/AMH_Servant.h
index f0ad8f667b1..5ccffa8d0fb 100644
--- a/TAO/examples/AMH/Sink_Server/AMH_Servant.h
+++ b/TAO/examples/AMH/Sink_Server/AMH_Servant.h
@@ -5,7 +5,6 @@
* @file AMH_Servant.h
*
* @author Mayur Deshpande <mayur@ics.uci.edu>
- *
*/
// =========================================================================
diff --git a/TAO/examples/AMH/Sink_Server/Base_Server.h b/TAO/examples/AMH/Sink_Server/Base_Server.h
index 39c6028d2c1..5c6cea45218 100644
--- a/TAO/examples/AMH/Sink_Server/Base_Server.h
+++ b/TAO/examples/AMH/Sink_Server/Base_Server.h
@@ -7,7 +7,6 @@
* @desc Implements common CORBA server ORB and POA initialisations.
*
* @author Mayur Deshpande <mayur@ics.uci.edu>
- *
*/
// =========================================================================
diff --git a/TAO/examples/AMH/Sink_Server/Client_Task.h b/TAO/examples/AMH/Sink_Server/Client_Task.h
index 31842a36921..91dd1b5082d 100644
--- a/TAO/examples/AMH/Sink_Server/Client_Task.h
+++ b/TAO/examples/AMH/Sink_Server/Client_Task.h
@@ -9,7 +9,6 @@
* statistics about the test.
*
* @author Mayur Deshpande <mayur@ics.uci.edu>
- *
*/
// =========================================================================
diff --git a/TAO/examples/AMH/Sink_Server/MT_AMH_Server.h b/TAO/examples/AMH/Sink_Server/MT_AMH_Server.h
index 540ba23946e..098cc852039 100644
--- a/TAO/examples/AMH/Sink_Server/MT_AMH_Server.h
+++ b/TAO/examples/AMH/Sink_Server/MT_AMH_Server.h
@@ -7,7 +7,6 @@
* @desc Provides Multi-threaded functionality to the Base_Server.
*
* @author Mayur Deshpande <mayur@ics.uci.edu>
- *
*/
// =========================================================================
diff --git a/TAO/examples/AMH/Sink_Server/Timer_Handler.cpp b/TAO/examples/AMH/Sink_Server/Timer_Handler.cpp
index ea4b5960963..a0a4d763ddb 100644
--- a/TAO/examples/AMH/Sink_Server/Timer_Handler.cpp
+++ b/TAO/examples/AMH/Sink_Server/Timer_Handler.cpp
@@ -7,7 +7,6 @@
* @desc Fires servant upcall after a specified period of delay
*
* @author Mayur Deshpande <mayur@ics.uci.edu>
- *
*/
// =========================================================================
diff --git a/TAO/examples/AMH/Sink_Server/Timer_Handler.h b/TAO/examples/AMH/Sink_Server/Timer_Handler.h
index dca587b4fed..850c5413001 100644
--- a/TAO/examples/AMH/Sink_Server/Timer_Handler.h
+++ b/TAO/examples/AMH/Sink_Server/Timer_Handler.h
@@ -7,7 +7,6 @@
* @desc Fires servant upcall after a specified period of delay
*
* @author Mayur Deshpande <mayur@ics.uci.edu>
- *
*/
// =========================================================================
diff --git a/TAO/examples/Event_Comm/notifier.h b/TAO/examples/Event_Comm/notifier.h
index 6fdea5d3295..2ff67c3643a 100644
--- a/TAO/examples/Event_Comm/notifier.h
+++ b/TAO/examples/Event_Comm/notifier.h
@@ -4,8 +4,6 @@
* @file notifier.h
*
* This class implements notifier driver for the Publish/Subscribe example
- *
- *
*/
//=============================================================================
diff --git a/TAO/examples/Event_Comm/supplier.h b/TAO/examples/Event_Comm/supplier.h
index 7c25d0ef9bc..7260496811a 100644
--- a/TAO/examples/Event_Comm/supplier.h
+++ b/TAO/examples/Event_Comm/supplier.h
@@ -5,8 +5,6 @@
* @file supplier.h
*
* This class implements driver for the Publish/Subscribe example
- *
- *
*/
//=============================================================================
diff --git a/TAO/examples/Kokyu_dsrt_schedulers/Task_Stats.h b/TAO/examples/Kokyu_dsrt_schedulers/Task_Stats.h
index 85886eafcf6..841c120565f 100644
--- a/TAO/examples/Kokyu_dsrt_schedulers/Task_Stats.h
+++ b/TAO/examples/Kokyu_dsrt_schedulers/Task_Stats.h
@@ -21,7 +21,6 @@
* @class Base_Time
*
* @brief maintains readings recorded by tasks.
- *
*/
class Kokyu_DSRT_Schedulers_Export Base_Time
{
@@ -36,7 +35,6 @@ typedef ACE_Singleton<Base_Time, TAO_SYNCH_MUTEX> BASE_TIME;
* @class Task_Stats
*
* @brief maintains readings recorded by tasks.
- *
*/
class Kokyu_DSRT_Schedulers_Export Task_Stats
{
diff --git a/TAO/examples/Persistent_Grid/Grid_i.h b/TAO/examples/Persistent_Grid/Grid_i.h
index 1657fdfa3a7..66041b0a8c6 100644
--- a/TAO/examples/Persistent_Grid/Grid_i.h
+++ b/TAO/examples/Persistent_Grid/Grid_i.h
@@ -5,8 +5,6 @@
* @file Grid_i.h
*
* This class implements the Grid IDL interface.
- *
- *
*/
//=============================================================================
diff --git a/TAO/examples/PluggableUDP/tests/Performance/UDP_i.h b/TAO/examples/PluggableUDP/tests/Performance/UDP_i.h
index 5bd35700be4..1269755367f 100644
--- a/TAO/examples/PluggableUDP/tests/Performance/UDP_i.h
+++ b/TAO/examples/PluggableUDP/tests/Performance/UDP_i.h
@@ -23,7 +23,6 @@
* @class UDP_i:
*
* @brief UDP Object Implementation
- *
*/
class UDP_i: public POA_UDP
{
diff --git a/TAO/examples/RTCORBA/Activity/Activity.h b/TAO/examples/RTCORBA/Activity/Activity.h
index 1ee6ce5eb1f..e8a26396e0a 100644
--- a/TAO/examples/RTCORBA/Activity/Activity.h
+++ b/TAO/examples/RTCORBA/Activity/Activity.h
@@ -35,7 +35,6 @@ class Builder;
*
* @brief Driver class that maintains the orb and collections of objects for
* generating activity in this process.
- *
*/
class activity_Export Activity
{
diff --git a/TAO/examples/RTCORBA/Activity/Builder.h b/TAO/examples/RTCORBA/Activity/Builder.h
index 6ea0d1467a1..201e5d73a7b 100644
--- a/TAO/examples/RTCORBA/Activity/Builder.h
+++ b/TAO/examples/RTCORBA/Activity/Builder.h
@@ -32,7 +32,6 @@ typedef Job_i** JOB_LIST;
* @class Builder
*
* @brief A service object that creates Tasks, Jobs, POAs.
- *
*/
class activity_Export Builder : public ACE_Service_Object
{
diff --git a/TAO/examples/RTCORBA/Activity/Job_i.h b/TAO/examples/RTCORBA/Activity/Job_i.h
index 399f0e995e8..8e66af9d845 100644
--- a/TAO/examples/RTCORBA/Activity/Job_i.h
+++ b/TAO/examples/RTCORBA/Activity/Job_i.h
@@ -20,7 +20,6 @@
* @class Job_i
*
* @brief Implements a Job that performs some cpu bound work.
- *
*/
class activity_Export Job_i : public POA_Job
{
diff --git a/TAO/examples/RTCORBA/Activity/POA_Holder.h b/TAO/examples/RTCORBA/Activity/POA_Holder.h
index 90f7abdbafd..adcaccb5aa9 100644
--- a/TAO/examples/RTCORBA/Activity/POA_Holder.h
+++ b/TAO/examples/RTCORBA/Activity/POA_Holder.h
@@ -21,7 +21,6 @@
* @class POA_Holder
*
* @brief An options holder for parameters to creating a poa.
- *
*/
class activity_Export POA_Holder
{
diff --git a/TAO/examples/RTCORBA/Activity/Periodic_Task.h b/TAO/examples/RTCORBA/Activity/Periodic_Task.h
index 3b211fdb54e..c1a7eed9dd3 100644
--- a/TAO/examples/RTCORBA/Activity/Periodic_Task.h
+++ b/TAO/examples/RTCORBA/Activity/Periodic_Task.h
@@ -29,7 +29,6 @@ class Task_Stats;
* @class Periodic_Task
*
* @brief Periodic_Task executes jobs.
- *
*/
class activity_Export Periodic_Task : public ACE_Task <ACE_SYNCH>
{
diff --git a/TAO/examples/RTCORBA/Activity/Task_Stats.h b/TAO/examples/RTCORBA/Activity/Task_Stats.h
index 6c30a882c98..7d8d5ca8556 100644
--- a/TAO/examples/RTCORBA/Activity/Task_Stats.h
+++ b/TAO/examples/RTCORBA/Activity/Task_Stats.h
@@ -22,7 +22,6 @@
* @class Base_Time
*
* @brief maintains readings recorded by tasks.
- *
*/
class activity_Export Base_Time
{
@@ -37,7 +36,6 @@ typedef ACE_Singleton<Base_Time, TAO_SYNCH_MUTEX> BASE_TIME;
* @class Task_Stats
*
* @brief maintains readings recorded by tasks.
- *
*/
class activity_Export Task_Stats
{
diff --git a/TAO/examples/RTCORBA/Activity/Thread_Task.h b/TAO/examples/RTCORBA/Activity/Thread_Task.h
index bbce9d5bda1..a6d8d45a3ad 100644
--- a/TAO/examples/RTCORBA/Activity/Thread_Task.h
+++ b/TAO/examples/RTCORBA/Activity/Thread_Task.h
@@ -23,7 +23,6 @@
* exceeds its <exec_time_>, it is "late".
* if <exec_time_> is greater than the <period_>, the activity(s) for the
* overlapped period(s) are considered "missed".
- *
*/
class activity_Export Thread_Task : public Periodic_Task
{
diff --git a/TAO/examples/RTScheduling/Job_i.h b/TAO/examples/RTScheduling/Job_i.h
index ec979c95273..68976b7d96b 100644
--- a/TAO/examples/RTScheduling/Job_i.h
+++ b/TAO/examples/RTScheduling/Job_i.h
@@ -24,7 +24,6 @@ class DT_Creator;
* @class Job_i
*
* @brief Implements a Job that performs some cpu bound work.
- *
*/
class RTSCHEDTESTLIB_Export Job_i : public POA_Job
{
diff --git a/TAO/examples/RTScheduling/POA_Holder.h b/TAO/examples/RTScheduling/POA_Holder.h
index 8eeab3ce54a..94f45bf0872 100644
--- a/TAO/examples/RTScheduling/POA_Holder.h
+++ b/TAO/examples/RTScheduling/POA_Holder.h
@@ -23,7 +23,6 @@
* @class POA_Holder
*
* @brief An options holder for parameters to creating a poa.
- *
*/
class RTSCHEDTESTLIB_Export POA_Holder
{
diff --git a/TAO/examples/RTScheduling/Task_Stats.h b/TAO/examples/RTScheduling/Task_Stats.h
index 2e0ceeb9036..5a556e030c4 100644
--- a/TAO/examples/RTScheduling/Task_Stats.h
+++ b/TAO/examples/RTScheduling/Task_Stats.h
@@ -37,7 +37,6 @@ typedef ACE_Singleton<Base_Time, TAO_SYNCH_MUTEX> BASE_TIME;
* @class Task_Stats
*
* @brief maintains readings recorded by tasks.
- *
*/
class RTSCHEDTESTLIB_Export Task_Stats
{
diff --git a/TAO/examples/Simple/grid/Grid_i.h b/TAO/examples/Simple/grid/Grid_i.h
index 195b34c0fce..5386a640d70 100644
--- a/TAO/examples/Simple/grid/Grid_i.h
+++ b/TAO/examples/Simple/grid/Grid_i.h
@@ -5,8 +5,6 @@
* @file Grid_i.h
*
* This class implements the Grid IDL interface.
- *
- *
*/
//=============================================================================
diff --git a/TAO/examples/ior_corbaloc/ior_corbaloc_client_i.h b/TAO/examples/ior_corbaloc/ior_corbaloc_client_i.h
index 06a659ec6df..630973439b8 100644
--- a/TAO/examples/ior_corbaloc/ior_corbaloc_client_i.h
+++ b/TAO/examples/ior_corbaloc/ior_corbaloc_client_i.h
@@ -26,7 +26,6 @@
* @class IOR_corbaloc_Client_i
*
* @brief NContextExt Client Implementation
- *
*/
class IOR_corbaloc_Client_i
{