-
- Downloads
Introduce and use new sendReply() function for LLEventAPI methods.
Each LLEventAPI method that generates a reply needs to extract the name of the reply LLEventPump from the request, typically from a ["reply"] key, copy the ["reqid"] value from request to reply, locate the reply LLEventPump and send the enriched reply object. Encapsulate in sendReply() function before we proliferate doing all that by hand too many more times.
Showing
- indra/llcommon/llevents.cpp 13 additions, 0 deletionsindra/llcommon/llevents.cpp
- indra/llcommon/llevents.h 14 additions, 0 deletionsindra/llcommon/llevents.h
- indra/llui/llfloaterreglistener.cpp 4 additions, 8 deletionsindra/llui/llfloaterreglistener.cpp
- indra/newview/llsidetraylistener.cpp 5 additions, 10 deletionsindra/newview/llsidetraylistener.cpp
- indra/newview/llviewerwindowlistener.cpp 1 addition, 4 deletionsindra/newview/llviewerwindowlistener.cpp
Loading
Please register or sign in to comment