summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/samples/Proxy.rb
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-08-05 13:25:36 +0000
committerGordon Sim <gsim@apache.org>2007-08-05 13:25:36 +0000
commitf9cc99d247991b39b07b7bf06e642cf79b24edfa (patch)
tree746269114bf67675a31c13f35b4372df19e74464 /qpid/cpp/rubygen/samples/Proxy.rb
parent6c10e43526394ce0cf7d4a4dbdca56aaeb175f90 (diff)
downloadqpid-python-f9cc99d247991b39b07b7bf06e642cf79b24edfa.tar.gz
Added first cut of generated client interface.
Old channel interface still supported; shares SessionCore with the new interface. Todo: allow applications to signal completion of received commands; keywrod args for interface. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@562866 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/rubygen/samples/Proxy.rb')
-rwxr-xr-xqpid/cpp/rubygen/samples/Proxy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/rubygen/samples/Proxy.rb b/qpid/cpp/rubygen/samples/Proxy.rb
index c63a2a9799..f7765f3729 100755
--- a/qpid/cpp/rubygen/samples/Proxy.rb
+++ b/qpid/cpp/rubygen/samples/Proxy.rb
@@ -148,6 +148,6 @@ EOS
end
-ProxyGen.new("client", ARGV[0], amqp).generate;
-ProxyGen.new("server", ARGV[0], amqp).generate;
+ProxyGen.new("client", ARGV[0], Amqp).generate;
+ProxyGen.new("server", ARGV[0], Amqp).generate;