summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.h')
-rw-r--r--TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.h b/TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.h
index 62789a5d4bd..ea5d000fa7e 100644
--- a/TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.h
+++ b/TAO/orbsvcs/tests/Security/ssliop_corbaloc/client.h
@@ -65,8 +65,6 @@ public:
class MT_Test : public Naming_Test, public ACE_Task_Base
{
public:
- // = Initialization and termination methods.
-
/// Constructor. Takes in an orb pointer and number of threads to spawn.
MT_Test (CORBA::ORB_ptr orb,
int size = 10);
@@ -224,8 +222,6 @@ private:
class Persistent_Test_Begin : public Naming_Test
{
public:
- // = Initialization and termination methods.
-
/// Constructor. Takes in an orb pointer.
Persistent_Test_Begin (CORBA::ORB_ptr orb,
FILE * ior_output_file);
@@ -260,8 +256,6 @@ private:
class Persistent_Test_End : public Naming_Test
{
public:
- // = Initialization and termination methods.
-
/// Constructor. Takes in an orb pointer and the ior received from
/// <Persistent_Test_Begin>.
Persistent_Test_End (CORBA::ORB_ptr orb,
@@ -298,8 +292,6 @@ private:
class CosNaming_Client : public ACE_Task_Base
{
public:
- // = Initialization and termination methods.
-
/// Constructor.
CosNaming_Client (void);