summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp')
-rw-r--r--ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
index c9521664bc7..2601dc12389 100644
--- a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
+++ b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
@@ -138,19 +138,19 @@ private:
};
u_short
-Options::port (void) const
+Options::port () const
{
return this->port_;
}
int
-Options::verbose (void) const
+Options::verbose () const
{
return this->verbose_;
}
int
-Options::reply_message_len (void) const
+Options::reply_message_len () const
{
return ACE_Utils::truncate_cast<int> (this->reply_message_len_);
}