diff options
author | Jacek Antonelli | 2008-08-15 23:45:05 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:05 -0500 |
commit | 3d17e02e604977d976cc303b332bda7cebf11a57 (patch) | |
tree | 06e3dd8dfa7e7c9d12e24efb9155d4343e77aa7b /linden/indra/llmessage/llurlrequest.h | |
parent | Second Life viewer sources 1.18.1.2 (diff) | |
download | meta-impy-3d17e02e604977d976cc303b332bda7cebf11a57.zip meta-impy-3d17e02e604977d976cc303b332bda7cebf11a57.tar.gz meta-impy-3d17e02e604977d976cc303b332bda7cebf11a57.tar.bz2 meta-impy-3d17e02e604977d976cc303b332bda7cebf11a57.tar.xz |
Second Life viewer sources 1.18.2.0
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llurlrequest.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llmessage/llurlrequest.h b/linden/indra/llmessage/llurlrequest.h index 9088244..8aa1788 100644 --- a/linden/indra/llmessage/llurlrequest.h +++ b/linden/indra/llmessage/llurlrequest.h | |||
@@ -174,6 +174,12 @@ public: | |||
174 | 174 | ||
175 | /* @name LLIOPipe virtual implementations | 175 | /* @name LLIOPipe virtual implementations |
176 | */ | 176 | */ |
177 | |||
178 | /** | ||
179 | * @ brief Turn off (or on) the CURLOPT_PROXY header. | ||
180 | */ | ||
181 | void useProxy(bool use_proxy); | ||
182 | |||
177 | public: | 183 | public: |
178 | /** | 184 | /** |
179 | * @brief Give this pipe a chance to handle a generated error | 185 | * @brief Give this pipe a chance to handle a generated error |