diff options
author | Diva Canto | 2015-09-04 14:39:23 -0700 |
---|---|---|
committer | Diva Canto | 2015-09-04 14:39:23 -0700 |
commit | d00f73c3a4cac77c97dcf4df1613fb85a516ffb4 (patch) | |
tree | 2c7a8b36b039016a56c8add3d4afe1c0e7976520 /OpenSim/Framework/Communications/RestClient.cs | |
parent | Deleted old unfinished code under Framework.Communications that wasn't being ... (diff) | |
download | opensim-SC-d00f73c3a4cac77c97dcf4df1613fb85a516ffb4.zip opensim-SC-d00f73c3a4cac77c97dcf4df1613fb85a516ffb4.tar.gz opensim-SC-d00f73c3a4cac77c97dcf4df1613fb85a516ffb4.tar.bz2 opensim-SC-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 | ||
38 | using OpenSim.Framework.ServiceAuth; | 38 | using OpenSim.Framework.ServiceAuth; |
39 | 39 | ||
40 | namespace OpenSim.Framework.Communications | 40 | namespace OpenSim.Framework |
41 | { | 41 | { |
42 | /// <summary> | 42 | /// <summary> |
43 | /// Implementation of a generic REST client | 43 | /// Implementation of a generic REST client |