Commited Mon. March 05, 2007 at 07:06:00 PM EDT
Modified executeRequest to take an optional unsigned int* argument; it will
set that variable to the request id before attempting to process
the request. This is useful because immediate MapBuilder requests might
post a completion event before executeRequest has returned, so we must
use an EventTrans listener with a dynamically specified source id that
must be set before the return happens.