diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-08-31 22:12:14 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-08-31 22:12:14 +0000 |
commit | 731e306d69538490d10fe591964821a0f7081356 (patch) | |
tree | a881b793ac2855824eacc85401481d7539fcbf8c /cpp/src/Ice/IncomingAsync.cpp | |
parent | scope fixes (diff) | |
download | ice-731e306d69538490d10fe591964821a0f7081356.tar.bz2 ice-731e306d69538490d10fe591964821a0f7081356.tar.xz ice-731e306d69538490d10fe591964821a0f7081356.zip |
Renamed IceInternal::Connection to Ice::ConnectionI
Diffstat (limited to 'cpp/src/Ice/IncomingAsync.cpp')
-rw-r--r-- | cpp/src/Ice/IncomingAsync.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/IncomingAsync.cpp b/cpp/src/Ice/IncomingAsync.cpp index 5c049a1753d..721c8912bcd 100644 --- a/cpp/src/Ice/IncomingAsync.cpp +++ b/cpp/src/Ice/IncomingAsync.cpp @@ -10,7 +10,7 @@ #include <Ice/IncomingAsync.h> #include <Ice/ServantLocator.h> #include <Ice/Object.h> -#include <Ice/Connection.h> +#include <Ice/ConnectionI.h> #include <Ice/LocalException.h> #include <Ice/Protocol.h> #include <Ice/Instance.h> |