# File ruby/bstream.rb, line 838 def add_queue_calling_message(name,args) sid = get_sid c = CallingOject.new.build_by_sender(sid,name,args) @sending_queue << c dputs ": +Queue[#{@sending_queue.size}] : CALL : #{c.sid}" return sid end