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 8ff0fde8a55..e0a0c87b0f9 100644
--- a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
+++ b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
@@ -82,7 +82,7 @@ protected:
// <run> methods to get the header and the buffer to read the data.
// This method factors out common code.
- virtual int run (void) = 0;
+ virtual int run () = 0;
// Hook method called by the <svc> template method to do the actual
// protocol. Must be overridden by the subclass.