From 13b692aac42bc0e896a31c176daf79920a82ea5e Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Mon, 31 Aug 2009 20:18:48 +0000 Subject: Added protocol module for codepoint definitions and header handling. Fixed a deadlock case in ResilientConnection. Added more code to the ConsoleEngine implementation. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@809728 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/bindings/qmf/tests/ruby_console.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/bindings/qmf/tests/ruby_console.rb') diff --git a/cpp/bindings/qmf/tests/ruby_console.rb b/cpp/bindings/qmf/tests/ruby_console.rb index c7ee9c3686..c59ec0334c 100755 --- a/cpp/bindings/qmf/tests/ruby_console.rb +++ b/cpp/bindings/qmf/tests/ruby_console.rb @@ -29,7 +29,7 @@ class App < Qmf::ConsoleHandler @settings.set_attr("host", ARGV[0]) if ARGV.size > 0 @settings.set_attr("port", ARGV[1].to_i) if ARGV.size > 1 @connection = Qmf::Connection.new(@settings) - @qmf = Qmf::Console.new(self) + @qmf = Qmf::Console.new @qmf.add_connection(@connection) -- cgit v1.2.1