mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
further refactor and rename of InventoryFolderBase properties
to reflect what they really are.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// The agent who's inventory this is contained by
|
||||
/// </summary>
|
||||
private LLUUID _agentID;
|
||||
private LLUUID _owner;
|
||||
|
||||
/// <summary>
|
||||
/// The folder this folder is contained in
|
||||
@@ -76,12 +76,12 @@ namespace OpenSim.Framework
|
||||
}
|
||||
}
|
||||
|
||||
public LLUUID AgentID {
|
||||
public LLUUID Owner {
|
||||
get {
|
||||
return _agentID;
|
||||
return _owner;
|
||||
}
|
||||
set {
|
||||
_agentID = value;
|
||||
_owner = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user