summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Svc_Config/HA_Status_Dynamic.cpp')
-rw-r--r--ACE/examples/APG/Svc_Config/HA_Status_Dynamic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.cpp b/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.cpp
index 5e850351bba..0cfcf309982 100644
--- a/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.cpp
+++ b/ACE/examples/APG/Svc_Config/HA_Status_Dynamic.cpp
@@ -82,7 +82,7 @@ HA_Status::init (int argc, ACE_TCHAR *argv[])
// Listing 2 code/ch19
int
-HA_Status::fini (void)
+HA_Status::fini ()
{
this->acceptor_.close ();
return 0;