summaryrefslogtreecommitdiff
path: root/TAO/examples/Event_Comm
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-08-19 17:25:34 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-08-19 17:25:34 +0200
commit814e79122b919520b7a337408d8b66f9f30d38bf (patch)
treecf37f5963d866610d7c46dc9b86636cfa3fb67e1 /TAO/examples/Event_Comm
parent0acedb74f7bec47143ca8bcf542c8ae3cea15edb (diff)
downloadATCD-814e79122b919520b7a337408d8b66f9f30d38bf.tar.gz
Removed old comments before constructor/destructor
Diffstat (limited to 'TAO/examples/Event_Comm')
-rw-r--r--TAO/examples/Event_Comm/Consumer_Handler.h1
-rw-r--r--TAO/examples/Event_Comm/Event_Comm_i.cpp1
-rw-r--r--TAO/examples/Event_Comm/Event_Comm_i.h1
-rw-r--r--TAO/examples/Event_Comm/Notifier_Handler.h1
-rw-r--r--TAO/examples/Event_Comm/Notifier_Server.h1
-rw-r--r--TAO/examples/Event_Comm/Supplier_Input_Handler.h1
-rw-r--r--TAO/examples/Event_Comm/consumer.cpp1
-rw-r--r--TAO/examples/Event_Comm/notifier.h5
8 files changed, 0 insertions, 12 deletions
diff --git a/TAO/examples/Event_Comm/Consumer_Handler.h b/TAO/examples/Event_Comm/Consumer_Handler.h
index 008d5b235ea..eaed47f1ffc 100644
--- a/TAO/examples/Event_Comm/Consumer_Handler.h
+++ b/TAO/examples/Event_Comm/Consumer_Handler.h
@@ -31,7 +31,6 @@
class Consumer_Handler
{
public:
- // = Initialization and termination methods.
/// Constructor.
Consumer_Handler (void);
diff --git a/TAO/examples/Event_Comm/Event_Comm_i.cpp b/TAO/examples/Event_Comm/Event_Comm_i.cpp
index 85b523498c8..1f251648a07 100644
--- a/TAO/examples/Event_Comm/Event_Comm_i.cpp
+++ b/TAO/examples/Event_Comm/Event_Comm_i.cpp
@@ -8,7 +8,6 @@
class Consumer_Entry
{
public:
- // = Initialization and termination methods.
Consumer_Entry (Event_Comm::Consumer *consumer,
const char *filtering_criteria);
// Constructor.
diff --git a/TAO/examples/Event_Comm/Event_Comm_i.h b/TAO/examples/Event_Comm/Event_Comm_i.h
index 82dde90d39e..14ae32a1fa5 100644
--- a/TAO/examples/Event_Comm/Event_Comm_i.h
+++ b/TAO/examples/Event_Comm/Event_Comm_i.h
@@ -50,7 +50,6 @@ public:
class Consumer_i : public POA_Event_Comm::Consumer
{
public:
- // = Initialization and termination methods.
/// Constructor.
Consumer_i (void);
diff --git a/TAO/examples/Event_Comm/Notifier_Handler.h b/TAO/examples/Event_Comm/Notifier_Handler.h
index 61dd0cd0ba3..d231084f1b3 100644
--- a/TAO/examples/Event_Comm/Notifier_Handler.h
+++ b/TAO/examples/Event_Comm/Notifier_Handler.h
@@ -30,7 +30,6 @@
class Notifier_Handler
{
public:
- // = Initialization and termination methods.
/// This constructor gets the notifier object from the Naming
/// Service.
Notifier_Handler (void);
diff --git a/TAO/examples/Event_Comm/Notifier_Server.h b/TAO/examples/Event_Comm/Notifier_Server.h
index 2b3a1c00b09..46822e33240 100644
--- a/TAO/examples/Event_Comm/Notifier_Server.h
+++ b/TAO/examples/Event_Comm/Notifier_Server.h
@@ -26,7 +26,6 @@
class Notifier_Server
{
public:
- // = Initialization and termination methods.
/// Constructor.
Notifier_Server (void);
diff --git a/TAO/examples/Event_Comm/Supplier_Input_Handler.h b/TAO/examples/Event_Comm/Supplier_Input_Handler.h
index 77dbd8bb38f..b18d79a4e75 100644
--- a/TAO/examples/Event_Comm/Supplier_Input_Handler.h
+++ b/TAO/examples/Event_Comm/Supplier_Input_Handler.h
@@ -35,7 +35,6 @@ class Notifier_Handler;
class Supplier_Input_Handler : public ACE_Event_Handler
{
public:
- // = Initialization and termination methods.
/// Constructor.
Supplier_Input_Handler (void);
diff --git a/TAO/examples/Event_Comm/consumer.cpp b/TAO/examples/Event_Comm/consumer.cpp
index 73088a48391..8eb2384e703 100644
--- a/TAO/examples/Event_Comm/consumer.cpp
+++ b/TAO/examples/Event_Comm/consumer.cpp
@@ -10,7 +10,6 @@
class Consumer : public ACE_Event_Handler, public ShutdownCallback
{
public:
- // = Initialization and termination methods.
Consumer (void);
// Constructor.
diff --git a/TAO/examples/Event_Comm/notifier.h b/TAO/examples/Event_Comm/notifier.h
index 2ff67c3643a..009cc015967 100644
--- a/TAO/examples/Event_Comm/notifier.h
+++ b/TAO/examples/Event_Comm/notifier.h
@@ -1,4 +1,3 @@
-
//=============================================================================
/**
* @file notifier.h
@@ -7,9 +6,6 @@
*/
//=============================================================================
-
-
-
/**
* @class Notifier
*
@@ -20,7 +16,6 @@
class Notifier : public ACE_Event_Handler
{
public:
- // = Initialization and termination methods.
/// Constructor.
Notifier (int argc, ACE_TCHAR *argv[]);