summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.h')
-rw-r--r--ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.h b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.h
index f7782bb2cdd..3fb64a1c7eb 100644
--- a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.h
+++ b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.h
@@ -19,13 +19,13 @@ public:
int parse_args (int argc, ACE_TCHAR *argv[]);
// Parse the command-line arguments.
- int verbose (void) const;
+ int verbose () const;
// Are we running in verbose mode?
- u_short port (void) const;
+ u_short port () const;
// Port number that we are listening at.
- int reply_message_len (void) const;
+ int reply_message_len () const;
// Size of the reply message.
private: