call( ) and (incorrect?) argument order

From: Alasdair Allan <aa-at-astro.ex.ac.uk>
Date: Wed, 7 May 2008 14:40:31 +0100

Just noticed that call( ) (see p19, section 3.10) is the odd method out, with a prototype of

   call(string rcepient-id, map message, string msg-id )

which is the other way round to all the other methods. Should this instead be,

   call(string rcepient-id, string msg-id, map message)

like the rest? If not, is there a reason why its different?

Cheers,
Al. Received on 2008-05-07Z15:40:40