mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
missing files
This commit is contained in:
@@ -60,5 +60,6 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
Uri Url { get; }
|
||||
string UriPath { get; }
|
||||
string UserAgent { get; }
|
||||
double ArrivalTS { get; }
|
||||
}
|
||||
}
|
||||
@@ -117,6 +117,8 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
/// </summary>
|
||||
string StatusDescription { get; set; }
|
||||
|
||||
double RequestTS { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Add a header field and content to the response.
|
||||
/// </summary>
|
||||
|
||||
@@ -792,7 +792,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
else
|
||||
{
|
||||
SceneObjectGroup sog = SceneObjectSerializer.FromOriginalXmlFormat(xml);
|
||||
|
||||
if (null != sog)
|
||||
{
|
||||
sog.TemporaryInstance = true;
|
||||
|
||||
Reference in New Issue
Block a user