summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event')
-rw-r--r--TAO/orbsvcs/tests/Event/Basic/Random.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/Random.h b/TAO/orbsvcs/tests/Event/Basic/Random.h
index 566080cc4b1..cdfe706e511 100644
--- a/TAO/orbsvcs/tests/Event/Basic/Random.h
+++ b/TAO/orbsvcs/tests/Event/Basic/Random.h
@@ -23,14 +23,12 @@
class RND_Driver;
+/**
+ * Simple consumer object
+ */
class RND_Consumer
: public POA_RtecEventComm::PushConsumer
{
- // = TITLE
- // Simple consumer object
- //
- // = DESCRIPTION
- //
public:
/// Constructor
RND_Consumer (RND_Driver *driver);
@@ -77,15 +75,13 @@ RND_Timer::RND_Timer (RND_Driver *driver)
// ****************************************************************
+/**
+ * Simple supplier object
+ */
class RND_Supplier
: public POA_RtecEventComm::PushSupplier
, public ACE_Task_Base
{
- // = TITLE
- // Simple supplier object
- //
- // = DESCRIPTION
- //
public:
/// Constructor
RND_Supplier (int verbose);