summaryrefslogtreecommitdiff
path: root/TAO/tests/Nested_Upcall_Crash/Server_Peer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Nested_Upcall_Crash/Server_Peer.cpp')
-rw-r--r--TAO/tests/Nested_Upcall_Crash/Server_Peer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Nested_Upcall_Crash/Server_Peer.cpp b/TAO/tests/Nested_Upcall_Crash/Server_Peer.cpp
index 3e47cfa1d28..381072262f8 100644
--- a/TAO/tests/Nested_Upcall_Crash/Server_Peer.cpp
+++ b/TAO/tests/Nested_Upcall_Crash/Server_Peer.cpp
@@ -54,12 +54,12 @@ Server_Peer::callme(Test::Peer_ptr callback,
}
void
-Server_Peer::crash(void)
+Server_Peer::crash()
{
throw CORBA::NO_IMPLEMENT ();
}
void
-Server_Peer::noop(void)
+Server_Peer::noop()
{
}