diff options
author | Michi Henning <michi@zeroc.com> | 2008-07-08 17:15:16 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2008-07-08 17:15:16 +1000 |
commit | c49d9f97620053b30ecdfa66581484030865d039 (patch) | |
tree | 18803c9334660fad1a069fb8d1a01fe58f202512 /cpp/src/Ice/BasicStream.cpp | |
parent | Bug 2038 - Fixed stale comment from previous fix. (diff) | |
download | ice-c49d9f97620053b30ecdfa66581484030865d039.tar.bz2 ice-c49d9f97620053b30ecdfa66581484030865d039.tar.xz ice-c49d9f97620053b30ecdfa66581484030865d039.zip |
Squashed commit of the following:
commit 3677312fda0e2e230d5572b3e76b3d1758c86919
Author: Michi Henning <michi@zeroc.com>
Date: Tue Jul 8 17:08:15 2008 +1000
Bug 2038 - Ctrl-C on Windows without CtrlCHandler
Renamed FactoryTableDef -> FactoryTable
Renamed FactoryTable -> FactoryTableInit
Diffstat (limited to 'cpp/src/Ice/BasicStream.cpp')
-rw-r--r-- | cpp/src/Ice/BasicStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/BasicStream.cpp b/cpp/src/Ice/BasicStream.cpp index b0e753d4cbd..bcdc874eb6f 100644 --- a/cpp/src/Ice/BasicStream.cpp +++ b/cpp/src/Ice/BasicStream.cpp @@ -18,7 +18,7 @@ #include <Ice/UserExceptionFactory.h> #include <Ice/LocalException.h> #include <Ice/Protocol.h> -#include <Ice/FactoryTable.h> +#include <Ice/FactoryTableInit.h> #include <Ice/TraceUtil.h> #include <Ice/TraceLevels.h> #include <Ice/LoggerUtil.h> |