mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Add new FireAndForgetMethod.None.
This executes the callback on the same thread that made the request. Designed for use only by regression tests that rely on a predicable event ordering.
This commit is contained in:
@@ -412,12 +412,20 @@ namespace OpenSim.Framework
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Add an attachment, if the attachpoint has the
|
||||
/// Add an attachment
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// If the attachpoint has the
|
||||
/// 0x80 bit set then we assume this is an append
|
||||
/// operation otherwise we replace whatever is
|
||||
/// currently attached at the attachpoint
|
||||
/// </remarks>
|
||||
/// <param name="attachpoint"></param>
|
||||
/// <param name="item">If UUID.Zero, then an any attachment at the attachpoint is removed.</param>
|
||||
/// <param name="asset"></param>
|
||||
/// <returns>
|
||||
/// return true if something actually changed
|
||||
/// </summary>
|
||||
/// </returns>
|
||||
public bool SetAttachment(int attachpoint, UUID item, UUID asset)
|
||||
{
|
||||
if (attachpoint == 0)
|
||||
|
||||
Reference in New Issue
Block a user