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.h4
1 files changed, 2 insertions, 2 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 3fb64a1c7eb..974dc63ccdc 100644
--- a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.h
+++ b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.h
@@ -10,10 +10,10 @@ class Options
// Define the options for this test.
{
public:
- Options (void);
+ Options ();
// Constructor.
- ~Options (void);
+ ~Options ();
// Destructor.
int parse_args (int argc, ACE_TCHAR *argv[]);