From b2efcb6ed3e1e2104836928cda81ed69f2f24559 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Sun, 5 Aug 2007 13:25:36 +0000 Subject: 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/qpid@562866 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/rubygen/samples/Operations.rb | 4 ++-- cpp/rubygen/samples/Proxy.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cpp/rubygen/samples') diff --git a/cpp/rubygen/samples/Operations.rb b/cpp/rubygen/samples/Operations.rb index 4d84e33b9f..1c245ca188 100755 --- a/cpp/rubygen/samples/Operations.rb +++ b/cpp/rubygen/samples/Operations.rb @@ -80,6 +80,6 @@ EOS end end -OperationsGen.new("client",ARGV[0], amqp).generate() -OperationsGen.new("server",ARGV[0], amqp).generate() +OperationsGen.new("client",ARGV[0], Amqp).generate() +OperationsGen.new("server",ARGV[0], Amqp).generate() diff --git a/cpp/rubygen/samples/Proxy.rb b/cpp/rubygen/samples/Proxy.rb index c63a2a9799..f7765f3729 100755 --- a/cpp/rubygen/samples/Proxy.rb +++ b/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; -- cgit v1.2.1