diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-01-31 14:32:05 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-01-31 14:32:05 +0000 |
commit | 68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1 (patch) | |
tree | 542c8bc5a76b4ebdeaad6a05b6c5c1b1faaca64d /cpp/src/Slice/CPlusPlusUtil.cpp | |
parent | bug fix (diff) | |
download | ice-68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1.tar.bz2 ice-68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1.tar.xz ice-68ec8c36af4f3abe5a10d4f24c924eeb5e8234e1.zip |
Move Slice/OutputUtil to IceUtil. Integrate IceXML/Output.cpp with
OutputUtil. Various Makefile fixes.
Diffstat (limited to 'cpp/src/Slice/CPlusPlusUtil.cpp')
-rw-r--r-- | cpp/src/Slice/CPlusPlusUtil.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Slice/CPlusPlusUtil.cpp b/cpp/src/Slice/CPlusPlusUtil.cpp index c922559d9f3..12b7b354958 100644 --- a/cpp/src/Slice/CPlusPlusUtil.cpp +++ b/cpp/src/Slice/CPlusPlusUtil.cpp @@ -12,6 +12,7 @@ using namespace std; using namespace Slice; +using namespace IceUtil; char Slice::ToIfdef::operator()(char c) |