summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Random.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-12-08 08:39:49 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-12-08 08:39:49 +0100
commit3a999137577b6b2ba98de04c73cf11e8b740c7cc (patch)
tree98fa5988269740f91c82e8ad302be1388213f485 /TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Random.cpp
parent9027b24610848c0eb0d768b60b132ce9e09dee7d (diff)
downloadATCD-3a999137577b6b2ba98de04c73cf11e8b740c7cc.tar.gz
Removed redundant void
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Random.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Random.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Random.cpp b/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Random.cpp
index 4ebab318def..7c2cf1a2134 100644
--- a/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Random.cpp
+++ b/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant/FT_Random.cpp
@@ -9,11 +9,11 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-TAO_FT_Random::TAO_FT_Random (void)
+TAO_FT_Random::TAO_FT_Random ()
{
}
-TAO_FT_Random::~TAO_FT_Random (void)
+TAO_FT_Random::~TAO_FT_Random ()
{
}