diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-03-30 19:54:37 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-03-30 19:54:37 +0000 |
commit | 6fbbabb678508a62d828d82abf30b4f8ffdbb0d3 (patch) | |
tree | 1d30f6031e073f73d773f26365f8b8f9298fbfbb /cpp/src/Slice/RubyUtil.cpp | |
parent | Windows fix (diff) | |
download | ice-6fbbabb678508a62d828d82abf30b4f8ffdbb0d3.tar.bz2 ice-6fbbabb678508a62d828d82abf30b4f8ffdbb0d3.tar.xz ice-6fbbabb678508a62d828d82abf30b4f8ffdbb0d3.zip |
bug 2076 - do not generate code for AMI
Diffstat (limited to 'cpp/src/Slice/RubyUtil.cpp')
-rw-r--r-- | cpp/src/Slice/RubyUtil.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Slice/RubyUtil.cpp b/cpp/src/Slice/RubyUtil.cpp index 07125f44529..839c04a370c 100644 --- a/cpp/src/Slice/RubyUtil.cpp +++ b/cpp/src/Slice/RubyUtil.cpp @@ -477,6 +477,7 @@ Slice::Ruby::CodeVisitor::visitClassDefStart(const ClassDefPtr& p) _out.dec(); _out << nl << "end"; +/* If AMI/AMD is ever implemented... if(p->hasMetaData("ami") || (*oli)->hasMetaData("ami")) { _out << sp << nl << "def " << fixedOpName << "_async(_cb"; @@ -495,6 +496,7 @@ Slice::Ruby::CodeVisitor::visitClassDefStart(const ClassDefPtr& p) _out.dec(); _out << nl << "end"; } +*/ } _out.dec(); _out << nl << "end"; // End of mix-in module for proxy. |