diff options
author | Arthur Valadares | 2009-06-18 14:33:35 +0000 |
---|---|---|
committer | Arthur Valadares | 2009-06-18 14:33:35 +0000 |
commit | f243dddc04a16a175e52e88fb34d38fb6fb643e5 (patch) | |
tree | f5049015ce013dd29847468763591f54d4c8b84c /OpenSim/Framework/Capabilities/LLSD.cs | |
parent | Moved OpenSim/Framework/Communications/Capabilities up to OpenSim/Framework/C... (diff) | |
download | opensim-SC_OLD-f243dddc04a16a175e52e88fb34d38fb6fb643e5.zip opensim-SC_OLD-f243dddc04a16a175e52e88fb34d38fb6fb643e5.tar.gz opensim-SC_OLD-f243dddc04a16a175e52e88fb34d38fb6fb643e5.tar.bz2 opensim-SC_OLD-f243dddc04a16a175e52e88fb34d38fb6fb643e5.tar.xz |
* Corrected CAPS namespaces
* "luke, use the sed"
Diffstat (limited to 'OpenSim/Framework/Capabilities/LLSD.cs')
-rw-r--r-- | OpenSim/Framework/Capabilities/LLSD.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Capabilities/LLSD.cs b/OpenSim/Framework/Capabilities/LLSD.cs index 73556fc..c8bc273 100644 --- a/OpenSim/Framework/Capabilities/LLSD.cs +++ b/OpenSim/Framework/Capabilities/LLSD.cs | |||
@@ -34,7 +34,7 @@ using System.Text; | |||
34 | using System.Xml; | 34 | using System.Xml; |
35 | using OpenMetaverse; | 35 | using OpenMetaverse; |
36 | 36 | ||
37 | namespace OpenSim.Framework.Communications.Capabilities | 37 | namespace OpenSim.Framework.Capabilities |
38 | { | 38 | { |
39 | /// <summary> | 39 | /// <summary> |
40 | /// Borrowed from (a older version of) libsl for now, as their new llsd code doesn't work we our decoding code. | 40 | /// Borrowed from (a older version of) libsl for now, as their new llsd code doesn't work we our decoding code. |