summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/FileServerI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2009-12-15 18:25:33 +0100
committerBenoit Foucher <benoit@zeroc.com>2009-12-15 18:25:33 +0100
commit847b96ee887e245c2c78274769b035528784d772 (patch)
tree9771f44d242e475ad7ef02d3d6ed0712251a7ed3 /cpp/src/IcePatch2/FileServerI.cpp
parentmore INSTALL/README edits (diff)
downloadice-847b96ee887e245c2c78274769b035528784d772.tar.bz2
ice-847b96ee887e245c2c78274769b035528784d772.tar.xz
ice-847b96ee887e245c2c78274769b035528784d772.zip
Fixes for 4471 - more Ice stream fixes
Diffstat (limited to 'cpp/src/IcePatch2/FileServerI.cpp')
-rw-r--r--cpp/src/IcePatch2/FileServerI.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/FileServerI.cpp b/cpp/src/IcePatch2/FileServerI.cpp
index 30235000b62..a33171edd8f 100644
--- a/cpp/src/IcePatch2/FileServerI.cpp
+++ b/cpp/src/IcePatch2/FileServerI.cpp
@@ -119,7 +119,7 @@ IcePatch2::FileServerI::getFileCompressed_async(const AMD_FileServer_getFileComp
return;
}
- IceUtilInternal::ScopedArray<Byte> bytes(new Byte[num]);
+ IceUtil::ScopedArray<Byte> bytes(new Byte[num]);
#ifdef _WIN32
int r;
if((r =