diff options
author | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-02 08:15:35 +0000 |
---|---|---|
committer | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-02 08:15:35 +0000 |
commit | b0154aeced4f2b9997ec2a51812626371abdb985 (patch) | |
tree | 206df4df7bf9b99a141352b37f092c741f3fbdc7 /TAO/tao/Connection_Handler.cpp | |
parent | 31ece64c91947606f6b39a021f99e548445cf6c1 (diff) | |
download | ATCD-b0154aeced4f2b9997ec2a51812626371abdb985.tar.gz |
ChangeLogTag: Thu Mar 2 02:15:32 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'TAO/tao/Connection_Handler.cpp')
-rw-r--r-- | TAO/tao/Connection_Handler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Connection_Handler.cpp b/TAO/tao/Connection_Handler.cpp index 4aa177b1f07..0f3979c2b1a 100644 --- a/TAO/tao/Connection_Handler.cpp +++ b/TAO/tao/Connection_Handler.cpp @@ -96,7 +96,7 @@ TAO_Connection_Handler::set_socket_option (ACE_SOCK &sock, sizeof (int)) == -1 && errno != ENOTSUP) return -1; -#elseif +#else ACE_UNUSED_ARGS(snd_size); ACE_UNUSED_ARGS(rcv_size); #endif /* !ACE_LACKS_SOCKET_BUFSIZ */ |