diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-01-10 10:27:12 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-01-10 10:27:12 +0000 |
commit | c8638bec7959c248cd7179dfbf2f0119064a056b (patch) | |
tree | 6bb612c463e303b6f195de3b5b0d19d0ccafb4bc /cpp/src/slice2cs/Gen.cpp | |
parent | Put back fix for supporting spaces in service config file paths (diff) | |
download | ice-c8638bec7959c248cd7179dfbf2f0119064a056b.tar.bz2 ice-c8638bec7959c248cd7179dfbf2f0119064a056b.tar.xz ice-c8638bec7959c248cd7179dfbf2f0119064a056b.zip |
Added IceGrid activation test + Sun C++ warning fixes.
Diffstat (limited to 'cpp/src/slice2cs/Gen.cpp')
-rwxr-xr-x | cpp/src/slice2cs/Gen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2cs/Gen.cpp b/cpp/src/slice2cs/Gen.cpp index d9baeb39204..c11d5bc1941 100755 --- a/cpp/src/slice2cs/Gen.cpp +++ b/cpp/src/slice2cs/Gen.cpp @@ -4791,6 +4791,7 @@ Slice::Gen::BaseImplVisitor::writeOperation(const OperationPtr& op, bool comment ParamDeclList::const_iterator i; if(!cl->isLocal() && (cl->hasMetaData("amd") || op->hasMetaData("amd"))) { + ParamDeclList::const_iterator i; vector<string> pDecl = getParamsAsync(op, true); _out << "public "; |