diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llcurl.h | 3 |
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 | ||
137 | namespace boost | 138 | namespace boost |