summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp')
-rw-r--r--ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp b/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp
index c2f135b880e..95634d813bc 100644
--- a/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp
+++ b/ACE/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp
@@ -84,13 +84,13 @@ Options::init (void)
}
size_t
-Options::message_len (void) const
+Options::message_len () const
{
return this->message_len_;
}
const void *
-Options::message_buf (void) const
+Options::message_buf () const
{
return this->message_buf_;
}
@@ -161,31 +161,31 @@ Options::parse_args (int argc, ACE_TCHAR *argv[])
}
u_short
-Options::port (void) const
+Options::port () const
{
return this->port_;
}
const ACE_TCHAR *
-Options::host (void) const
+Options::host () const
{
return this->host_;
}
const ACE_TCHAR *
-Options::quit_string (void) const
+Options::quit_string () const
{
return this->quit_string_;
}
size_t
-Options::threads (void) const
+Options::threads () const
{
return this->threads_;
}
const ACE_Time_Value &
-Options::sleep_time (void) const
+Options::sleep_time () const
{
return this->sleep_time_;
}