summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl')
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl
index 19600242b4a..c53e6841a64 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl
+++ b/ACE/examples/Service_Configurator/IPC-tests/server/Handle_L_Dgram.inl
@@ -77,7 +77,7 @@ Handle_L_Dgram::fini (void)
}
ACE_INLINE int
-Handle_L_Dgram::get_handle (void) const
+Handle_L_Dgram::get_handle () const
{
return this->ACE_LSOCK_Dgram::get_handle ();
}