summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/RubyUtil.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2007-03-30 19:54:37 +0000
committerMark Spruiell <mes@zeroc.com>2007-03-30 19:54:37 +0000
commit6fbbabb678508a62d828d82abf30b4f8ffdbb0d3 (patch)
tree1d30f6031e073f73d773f26365f8b8f9298fbfbb /cpp/src/Slice/RubyUtil.cpp
parentWindows fix (diff)
downloadice-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.cpp2
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.