diff options
author | Marc Laukien <marc@zeroc.com> | 2004-08-11 08:51:33 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-08-11 08:51:33 +0000 |
commit | 3ade3fdfa7b93a53309e48e0cdf15cae5beb52a9 (patch) | |
tree | 8fe424486517f37c868c60e2b0f187a2df6a019a /cpp | |
parent | fixes (diff) | |
download | ice-3ade3fdfa7b93a53309e48e0cdf15cae5beb52a9.tar.bz2 ice-3ade3fdfa7b93a53309e48e0cdf15cae5beb52a9.tar.xz ice-3ade3fdfa7b93a53309e48e0cdf15cae5beb52a9.zip |
more TransportInfo stuff
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.h b/cpp/src/Ice/UdpTransceiver.h index fdc14cf79c3..959afbf6f93 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -15,7 +15,7 @@ #include <Ice/LoggerF.h> #include <Ice/StatsF.h> #include <Ice/Transceiver.h> -#include <Ice/TransportInfo.h> +#include <Ice/TransportInfoI.h> #ifndef _WIN32 # include <netinet/in.h> // For struct sockaddr_in |