summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Streams/CommandModule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/APG/Streams/CommandModule.cpp')
-rw-r--r--ACE/examples/APG/Streams/CommandModule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/APG/Streams/CommandModule.cpp b/ACE/examples/APG/Streams/CommandModule.cpp
index fc2a642ea1c..77164f537af 100644
--- a/ACE/examples/APG/Streams/CommandModule.cpp
+++ b/ACE/examples/APG/Streams/CommandModule.cpp
@@ -10,7 +10,7 @@ CommandModule::CommandModule (const ACE_TCHAR *module_name,
// Listing 01
// Listing 02 code/ch18
-ACE_SOCK_Stream &CommandModule::peer (void)
+ACE_SOCK_Stream &CommandModule::peer ()
{
ACE_SOCK_Stream *peer = (ACE_SOCK_Stream *)this->arg ();
return *peer;