aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Capabilities/LLSD.cs
diff options
context:
space:
mode:
authorArthur Valadares2009-06-18 14:33:35 +0000
committerArthur Valadares2009-06-18 14:33:35 +0000
commitf243dddc04a16a175e52e88fb34d38fb6fb643e5 (patch)
treef5049015ce013dd29847468763591f54d4c8b84c /OpenSim/Framework/Capabilities/LLSD.cs
parentMoved OpenSim/Framework/Communications/Capabilities up to OpenSim/Framework/C... (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Framework/Capabilities/LLSD.cs2
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;
34using System.Xml; 34using System.Xml;
35using OpenMetaverse; 35using OpenMetaverse;
36 36
37namespace OpenSim.Framework.Communications.Capabilities 37namespace 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.