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/slice2cpp/Gen.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/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index e1ccc07c3b4..d91658521fb 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -17,6 +17,7 @@ using namespace std; using namespace Slice; +using namespace IceUtil; Slice::Gen::Gen(const string& name, const string& base, const string& include, const vector<string>& includePaths, const string& dllExport, const string& dir, bool imp) : |