update libomv and consequent changes

This commit is contained in:
UbitUmarov
2020-10-04 21:10:42 +01:00
parent 4e6240f982
commit 5e86c33c9d
10 changed files with 99 additions and 90 deletions

View File

@@ -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