diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-07-28 13:47:20 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-07-28 13:47:20 -0400 |
commit | f15d28a636da7b6d2784d9301e7a030b5bd38a8c (patch) | |
tree | abd388bbf9dd24e067987ae6d46c7ff7794db2e1 /indra/llmessage/llcurl.h | |
parent | 814a2d24dca5181a31316a6f5e00e1a1cf55f23e (diff) |
Proxy cleanup in llstartup.cpp and llproxy.cpp.
Diffstat (limited to 'indra/llmessage/llcurl.h')
-rw-r--r-- | indra/llmessage/llcurl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h index 79f5eeb927..d60d3b6f40 100644 --- a/indra/llmessage/llcurl.h +++ b/indra/llmessage/llcurl.h @@ -355,6 +355,8 @@ public: bool getResult(CURLcode* result, LLCurl::TransferInfo* info = NULL); std::string getErrorString(); + LLCurl::Easy* getEasy() const { return mEasy; } + private: CURLMsg* info_read(S32* queue, LLCurl::TransferInfo* info); |