summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp')
-rw-r--r--TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp b/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp
index d954dbd5a98..7c97cfe3fe3 100644
--- a/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp
+++ b/TAO/orbsvcs/tests/InterfaceRepo/Persistence_Test/Ptest.cpp
@@ -3,13 +3,13 @@
#include "ace/Get_Opt.h"
#include "ace/OS_NS_string.h"
-Ptest::Ptest (void)
+Ptest::Ptest ()
: debug_ (0),
query_ (0)
{
}
-Ptest::~Ptest (void)
+Ptest::~Ptest ()
{
}
@@ -58,7 +58,7 @@ Ptest::init (int argc, ACE_TCHAR *argv[])
}
int
-Ptest::shutdown (void)
+Ptest::shutdown ()
{
try
{
@@ -77,7 +77,7 @@ Ptest::shutdown (void)
}
int
-Ptest::run (void)
+Ptest::run ()
{
try
{
@@ -130,7 +130,7 @@ Ptest::parse_args (int argc,
}
void
-Ptest::populate (void)
+Ptest::populate ()
{
if (this->debug_)
{
@@ -170,7 +170,7 @@ Ptest::populate (void)
}
int
-Ptest::query (void)
+Ptest::query ()
{
if (this->debug_)
{