aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/RestClient
diff options
context:
space:
mode:
authorJeff Ames2007-12-03 07:26:27 +0000
committerJeff Ames2007-12-03 07:26:27 +0000
commit4c0ddacc160f3c25343eba73d2c2b026dfbbf67d (patch)
tree06dd3cbb394be8bf14616df3f18d04973a3a1a74 /OpenSim/Framework/Communications/RestClient
parent* Added XMLRPC Broadcast Alert method. (diff)
downloadopensim-SC_OLD-4c0ddacc160f3c25343eba73d2c2b026dfbbf67d.zip
opensim-SC_OLD-4c0ddacc160f3c25343eba73d2c2b026dfbbf67d.tar.gz
opensim-SC_OLD-4c0ddacc160f3c25343eba73d2c2b026dfbbf67d.tar.bz2
opensim-SC_OLD-4c0ddacc160f3c25343eba73d2c2b026dfbbf67d.tar.xz
minor meaningless changes
Diffstat (limited to 'OpenSim/Framework/Communications/RestClient')
-rw-r--r--OpenSim/Framework/Communications/RestClient/RestClient.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/RestClient/RestClient.cs b/OpenSim/Framework/Communications/RestClient/RestClient.cs
index acb3fd4..7a23e78 100644
--- a/OpenSim/Framework/Communications/RestClient/RestClient.cs
+++ b/OpenSim/Framework/Communications/RestClient/RestClient.cs
@@ -177,7 +177,7 @@ namespace OpenSim.Framework.Communications
177 } 177 }
178 178
179 /// <summary> 179 /// <summary>
180 /// Build a Uri based on the intial Url, path elements and parameters 180 /// Build a Uri based on the initial Url, path elements and parameters
181 /// </summary> 181 /// </summary>
182 /// <returns>fully constructed Uri</returns> 182 /// <returns>fully constructed Uri</returns>
183 private Uri buildUri() 183 private Uri buildUri()
@@ -250,7 +250,7 @@ namespace OpenSim.Framework.Communications
250 } 250 }
251 251
252 /// <summary> 252 /// <summary>
253 /// Async method, invoked when the intial response if received from the server 253 /// Async method, invoked when the initial response if received from the server
254 /// </summary> 254 /// </summary>
255 /// <param name="ar"></param> 255 /// <param name="ar"></param>
256 private void ResponseIsReadyDelegate(IAsyncResult ar) 256 private void ResponseIsReadyDelegate(IAsyncResult ar)