summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-03-30 07:21:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-03-30 07:21:14 +0000
commit49051fb78f664421a7df1973e74a1557398ff6b4 (patch)
treef263b7e14ec5b5f89641fee66a3901def98b51b4 /TAO/orbsvcs/tests/Event
parent3eb871d7ad24f8c034674386eac4ae49edf824b9 (diff)
downloadATCD-49051fb78f664421a7df1973e74a1557398ff6b4.tar.gz
Wed Mar 30 07:19:24 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/orbsvcs/IFRService/ConsumesDef_i.h: * orbsvcs/orbsvcs/IFRService/EventPortDef_i.h: * orbsvcs/orbsvcs/IFRService/ExceptionDef_i.h: * orbsvcs/orbsvcs/IFRService/ExtAbstractInterfaceDef_i.h: * orbsvcs/orbsvcs/IFRService/ExtAttributeDef_i.h: * orbsvcs/tests/EC_Throughput/ECT_Throughput.h: * orbsvcs/tests/Event/Basic/Random.h: * tests/Bug_3531_Regression/client.cpp: * tests/Bug_3531_Regression/test_i.h: Doxygen changes * tests/Multiple/Multiple.idl: Fixed problem in this idl file
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);