diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-08-07 11:10:23 +0800 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-08-07 11:10:23 +0800 |
commit | 8981bc21c09116fee00bce21fb94a3298c7d8589 (patch) | |
tree | 4c1db6f731916f0e11f4c84a8233d397a8836008 /cpp/src/IcePatch2/ClientUtil.cpp | |
parent | bug 4073 - Freeze.jar not mentioned in CHANGES (diff) | |
download | ice-8981bc21c09116fee00bce21fb94a3298c7d8589.tar.bz2 ice-8981bc21c09116fee00bce21fb94a3298c7d8589.tar.xz ice-8981bc21c09116fee00bce21fb94a3298c7d8589.zip |
Revert "4071 - Global namespace pollution"
This reverts commit 3fd8c6939b3f79cdb202af3305ea6acc377e247d.
Diffstat (limited to 'cpp/src/IcePatch2/ClientUtil.cpp')
-rw-r--r-- | cpp/src/IcePatch2/ClientUtil.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cpp/src/IcePatch2/ClientUtil.cpp b/cpp/src/IcePatch2/ClientUtil.cpp index 364be6b8190..ede41b15399 100644 --- a/cpp/src/IcePatch2/ClientUtil.cpp +++ b/cpp/src/IcePatch2/ClientUtil.cpp @@ -199,9 +199,6 @@ IcePatch2::Patcher::~Patcher() { } -namespace -{ - class PatcherGetFileInfoSeqCB : public GetFileInfoSeqCB { public: @@ -294,8 +291,6 @@ private: typedef IceUtil::Handle<AMIGetFileInfoSeq> AMIGetFileInfoSeqPtr; -} - bool IcePatch2::Patcher::prepare() { @@ -719,9 +714,6 @@ IcePatch2::Patcher::updateFiles(const FileInfoSeq& files) return result; } -namespace -{ - class AMIGetFileCompressed : public AMI_FileServer_getFileCompressed, public IceUtil::Monitor<IceUtil::Mutex> { public: @@ -782,8 +774,6 @@ private: typedef IceUtil::Handle<AMIGetFileCompressed> AMIGetFileCompressedPtr; -} - bool IcePatch2::Patcher::updateFilesInternal(const FileInfoSeq& files, const DecompressorPtr& decompressor) { |