summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI/client.cpp')
-rw-r--r--TAO/tests/AMI/client.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/AMI/client.cpp b/TAO/tests/AMI/client.cpp
index 56956036f51..d68560f8842 100644
--- a/TAO/tests/AMI/client.cpp
+++ b/TAO/tests/AMI/client.cpp
@@ -102,7 +102,7 @@ public:
class Handler : public POA_A::AMI_AMI_TestHandler
{
public:
- Handler (void)
+ Handler ()
{
};
@@ -153,7 +153,7 @@ public:
"Callback method <get_yadda_excep> called:\n"));
};
- void set_yadda (void)
+ void set_yadda ()
{
ACE_DEBUG ((LM_DEBUG,
"Callback method <set_yadda> called:\n"));
@@ -164,7 +164,7 @@ public:
ACE_DEBUG ((LM_DEBUG,
"Callback method <set_yadda_excep> called:\n"));
};
- ~Handler (void)
+ ~Handler ()
{
};
@@ -307,7 +307,7 @@ Client::Client (A::AMI_Test_ptr server,
}
int
-Client::svc (void)
+Client::svc ()
{
try
{