mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user