diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-05-17 16:23:44 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-05-17 16:23:44 +0000 |
commit | ecc0c5d2ca61cce95394da4e254174b2962fa809 (patch) | |
tree | 4277c0f4f32fd953e49736607f554a7c4fedcf3e /cpp/src/slice2cpp/Gen.cpp | |
parent | small update (diff) | |
download | ice-ecc0c5d2ca61cce95394da4e254174b2962fa809.tar.bz2 ice-ecc0c5d2ca61cce95394da4e254174b2962fa809.tar.xz ice-ecc0c5d2ca61cce95394da4e254174b2962fa809.zip |
Removed incorrect comment
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 7bccba8919f..85975a2ca79 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -2554,9 +2554,6 @@ Slice::Gen::DelegateDVisitor::visitOperation(const OperationPtr& p) // // run // - // No need to dllexport run since the caller (the proxy) is always in the same - // DLL as this translation unit (the direct delegate). - // C << nl << nl << "virtual ::Ice::DispatchStatus"; C << nl << "run(::Ice::Object* object)"; C << sb; |