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.cpp2
1 files changed, 1 insertions, 1 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 3e6bede08b2..c9521664bc7 100644
--- a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
+++ b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
@@ -87,7 +87,7 @@ protected:
// Hook method called by the <svc> template method to do the actual
// protocol. Must be overridden by the subclass.
- virtual int svc (void);
+ virtual int svc ();
// Template method entry point into the handler task.
virtual void print_results (void);