summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-07-28 07:11:12 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-07-28 07:11:12 +0000
commit83bb0af08411858a6c081381a9355ed6441b160e (patch)
tree4110bcae4631f2d2ae728ecef025af6df90336de /examples/IPC_SAP
parent472b10b6a440dcd6e9f944edb009c5da68bdccae (diff)
downloadATCD-83bb0af08411858a6c081381a9355ed6441b160e.tar.gz
ChangeLogTag:Wed Jul 28 00:09:08 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'examples/IPC_SAP')
-rw-r--r--examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp b/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
index 640ba6aca01..9d41b68c4f5 100644
--- a/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
+++ b/examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp
@@ -547,10 +547,8 @@ Handler_Factory::handle_events (void)
fd_set handles;
FD_ZERO (&handles);
- FD_SET ( (int) this->twoway_acceptor_.get_handle (),
- &handles);
- FD_SET ( (int) this->oneway_acceptor_.get_handle (),
- &handles);
+ FD_SET ((ACE_SOCKET) this->twoway_acceptor_.get_handle (), &handles);
+ FD_SET ((ACE_SOCKET) this->oneway_acceptor_.get_handle (), &handles);
// Performs the iterative server activities.