From a1c8aa4050b7f7a94e02dd40d8cd456f258b4e2b Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 1 May 2008 15:36:39 +0000 Subject: * Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces. --- .../Communications/Capabilities/LLSDInventoryItem.cs | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs') diff --git a/OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs b/OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs index d402579..31896c2 100644 --- a/OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs +++ b/OpenSim/Framework/Communications/Capabilities/LLSDInventoryItem.cs @@ -27,7 +27,7 @@ using libsecondlife; -namespace OpenSim.Region.Capabilities +namespace OpenSim.Framework.Communications.Capabilities { [LLSDMap] public class LLSDInventoryItem @@ -68,15 +68,6 @@ namespace OpenSim.Region.Capabilities public string sale_type; } - /* [LLSDMap] - public class LLSDFolderItem - { - public LLUUID folder_id; - public LLUUID parent_id; - public int type; - public string name; - }*/ - [LLSDMap] public class LLSDInventoryDescendents { @@ -103,4 +94,4 @@ namespace OpenSim.Region.Capabilities public LLUUID owner___id; // and of course we can't have field names with "-" in public int version; } -} +} \ No newline at end of file -- cgit v1.1