aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llcurl.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:19 -0500
committerJacek Antonelli2008-08-15 23:45:19 -0500
commitb235c59d60472f818a9142c0886b95a0ff4191d7 (patch)
treed323c55587584b19cc43a03f58a178823f12d3cd /linden/indra/llmessage/llcurl.h
parentSecond Life viewer sources 1.18.5.3 (diff)
downloadmeta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.zip
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.gz
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.bz2
meta-impy-b235c59d60472f818a9142c0886b95a0ff4191d7.tar.xz
Second Life viewer sources 1.18.6.0-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/llmessage/llcurl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llcurl.h b/linden/indra/llmessage/llcurl.h
index d21cdc4..53287c2 100644
--- a/linden/indra/llmessage/llcurl.h
+++ b/linden/indra/llmessage/llcurl.h
@@ -130,8 +130,9 @@ public:
130 static void get(const std::string& url, ResponderPtr); 130 static void get(const std::string& url, ResponderPtr);
131 static void getByteRange(const std::string& url, S32 offset, S32 length, ResponderPtr responder); 131 static void getByteRange(const std::string& url, S32 offset, S32 length, ResponderPtr responder);
132 132
133 static void initClass(); // *NOTE:Mani - not thread safe!
133 static void process(); 134 static void process();
134 static void cleanup(); 135 static void cleanup(); // *NOTE:Mani - not thread safe!
135}; 136};
136 137
137namespace boost 138namespace boost