aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llmessage/llxfermanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llmessage/llxfermanager.h')
-rw-r--r--linden/indra/llmessage/llxfermanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llmessage/llxfermanager.h b/linden/indra/llmessage/llxfermanager.h
index 82cd8e9..12b3ec0 100644
--- a/linden/indra/llmessage/llxfermanager.h
+++ b/linden/indra/llmessage/llxfermanager.h
@@ -143,8 +143,8 @@ class LLXferManager
143 143
144// file requesting routines 144// file requesting routines
145// .. to file 145// .. to file
146 virtual void requestFile(const char* local_filename, 146 virtual void requestFile(const std::string& local_filename,
147 const char* remote_filename, 147 const std::string& remote_filename,
148 ELLPath remote_path, 148 ELLPath remote_path,
149 const LLHost& remote_host, 149 const LLHost& remote_host,
150 BOOL delete_remote_on_completion, 150 BOOL delete_remote_on_completion,
@@ -153,7 +153,7 @@ class LLXferManager
153 BOOL use_big_packets = FALSE); 153 BOOL use_big_packets = FALSE);
154 154
155// .. to memory 155// .. to memory
156 virtual void requestFile(const char* remote_filename, 156 virtual void requestFile(const std::string& remote_filename,
157 ELLPath remote_path, 157 ELLPath remote_path,
158 const LLHost &remote_host, 158 const LLHost &remote_host,
159 BOOL delete_remote_on_completion, 159 BOOL delete_remote_on_completion,