summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Svc_Config/HA_Status_Static.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Svc_Config/HA_Status_Static.cpp')
-rw-r--r--ACE/examples/APG/Svc_Config/HA_Status_Static.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/APG/Svc_Config/HA_Status_Static.cpp b/ACE/examples/APG/Svc_Config/HA_Status_Static.cpp
index 68eb68422d0..d82a2989b2f 100644
--- a/ACE/examples/APG/Svc_Config/HA_Status_Static.cpp
+++ b/ACE/examples/APG/Svc_Config/HA_Status_Static.cpp
@@ -81,7 +81,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;