mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
update libomv and consequent changes
This commit is contained in:
@@ -37,12 +37,13 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// The name of the node (64 characters or less)
|
||||
/// </summary>
|
||||
|
||||
public virtual string Name
|
||||
{
|
||||
get { return m_name; }
|
||||
set { m_name = value; }
|
||||
get { return UTF8Name.ToString(); }
|
||||
set { UTF8Name = new osUTF8(value); }
|
||||
}
|
||||
private string m_name = string.Empty;
|
||||
public osUTF8 UTF8Name;
|
||||
|
||||
/// <summary>
|
||||
/// A UUID containing the ID for the inventory node itself
|
||||
|
||||
Reference in New Issue
Block a user