diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-08-19 17:25:34 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-08-19 17:25:34 +0200 |
commit | 814e79122b919520b7a337408d8b66f9f30d38bf (patch) | |
tree | cf37f5963d866610d7c46dc9b86636cfa3fb67e1 /TAO/tests/OBV | |
parent | 0acedb74f7bec47143ca8bcf542c8ae3cea15edb (diff) | |
download | ATCD-814e79122b919520b7a337408d8b66f9f30d38bf.tar.gz |
Removed old comments before constructor/destructor
Diffstat (limited to 'TAO/tests/OBV')
-rw-r--r-- | TAO/tests/OBV/Simple/Client_i.h | 1 | ||||
-rw-r--r-- | TAO/tests/OBV/Simple/Server_i.h | 2 | ||||
-rw-r--r-- | TAO/tests/OBV/Simple/Simple_util.h | 4 |
3 files changed, 0 insertions, 7 deletions
diff --git a/TAO/tests/OBV/Simple/Client_i.h b/TAO/tests/OBV/Simple/Client_i.h index c07bcd3e936..6796c09fb47 100644 --- a/TAO/tests/OBV/Simple/Client_i.h +++ b/TAO/tests/OBV/Simple/Client_i.h @@ -30,7 +30,6 @@ class Checkpoint_Client_i { public: - // = Initialization and termination methods. /// Constructor Checkpoint_Client_i (void); diff --git a/TAO/tests/OBV/Simple/Server_i.h b/TAO/tests/OBV/Simple/Server_i.h index 1b5d0deb705..cc38e9d2b6e 100644 --- a/TAO/tests/OBV/Simple/Server_i.h +++ b/TAO/tests/OBV/Simple/Server_i.h @@ -16,11 +16,9 @@ #include "OBVS.h" - class Checkpoint_i : public POA_Checkpoint { public: - // = Initialization and termination methods. /// Constructor. Checkpoint_i (void); diff --git a/TAO/tests/OBV/Simple/Simple_util.h b/TAO/tests/OBV/Simple/Simple_util.h index b5c08b73643..80ccbf452fc 100644 --- a/TAO/tests/OBV/Simple/Simple_util.h +++ b/TAO/tests/OBV/Simple/Simple_util.h @@ -31,8 +31,6 @@ template <class Servant> class Server { public: - // = Initialization and termination methods. - /// Constructor. Server (void); @@ -92,8 +90,6 @@ template <class InterfaceObj, class Var> class Client { public: - - // = Initialization and termination methods. /// Constructor. Client (void); |