aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RestClient.cs
diff options
context:
space:
mode:
authorDiva Canto2015-09-04 14:39:23 -0700
committerDiva Canto2015-09-04 14:39:23 -0700
commitd00f73c3a4cac77c97dcf4df1613fb85a516ffb4 (patch)
tree2c7a8b36b039016a56c8add3d4afe1c0e7976520 /OpenSim/Framework/RestClient.cs
parentDeleted old unfinished code under Framework.Communications that wasn't being ... (diff)
downloadopensim-SC_OLD-d00f73c3a4cac77c97dcf4df1613fb85a516ffb4.zip
opensim-SC_OLD-d00f73c3a4cac77c97dcf4df1613fb85a516ffb4.tar.gz
opensim-SC_OLD-d00f73c3a4cac77c97dcf4df1613fb85a516ffb4.tar.bz2
opensim-SC_OLD-d00f73c3a4cac77c97dcf4df1613fb85a516ffb4.tar.xz
Deleted OpenSim.Framework.Communications. Moved its two remaining files to OpenSim.Framework.
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/RestClient.cs (renamed from OpenSim/Framework/Communications/RestClient.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/RestClient.cs b/OpenSim/Framework/RestClient.cs
index ff7cb4d..7080ca5 100644
--- a/OpenSim/Framework/Communications/RestClient.cs
+++ b/OpenSim/Framework/RestClient.cs
@@ -37,7 +37,7 @@ using log4net;
37 37
38using OpenSim.Framework.ServiceAuth; 38using OpenSim.Framework.ServiceAuth;
39 39
40namespace OpenSim.Framework.Communications 40namespace OpenSim.Framework
41{ 41{
42 /// <summary> 42 /// <summary>
43 /// Implementation of a generic REST client 43 /// Implementation of a generic REST client