diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2012-01-17 17:45:52 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2012-01-17 17:45:52 -0700 |
commit | a6c638d882919b58186a6859644d61cdb5e45a7b (patch) | |
tree | 0027ee1872e1d407f4e850c9da9248f4841e234c /indra/llmessage/llpumpio.h | |
parent | 11bd5cb86025376a198e45330116de4757b5c89e (diff) |
more exception handlings for llcurl fixes.
Diffstat (limited to 'indra/llmessage/llpumpio.h')
-rw-r--r-- | indra/llmessage/llpumpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/llpumpio.h b/indra/llmessage/llpumpio.h index e405124403..d2c5d37571 100644 --- a/indra/llmessage/llpumpio.h +++ b/indra/llmessage/llpumpio.h @@ -111,6 +111,7 @@ public: * @param chain The pipes for the chain * @param timeout The number of seconds in the future to * expire. Pass in 0.0f to never expire. + * @param has_curl_request The chain contains LLURLRequest if true. * @return Returns true if anything was added to the pump. */ bool addChain(const chain_t& chain, F32 timeout, bool has_curl_request = false); |