summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl')
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
index 7dbac2b1838..4cb5b66e16e 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Stream.inl
@@ -92,7 +92,7 @@ Handle_L_Stream::fini (void)
}
ACE_INLINE ACE_HANDLE
-Handle_L_Stream::get_handle (void) const
+Handle_L_Stream::get_handle () const
{
return ACE_LSOCK_Acceptor::get_handle ();
}