Some refactoring from about a week ago that I forgot to commit, of AssetTransactionModule to cut down on number of classes and to work towards having a base AssetXferUploader class than can be shared with EstateTerrainXferHandler

This commit is contained in:
MW
2008-11-24 10:03:18 +00:00
parent d8bb20fc1c
commit 0be9ff1949
5 changed files with 301 additions and 128 deletions

View File

@@ -763,7 +763,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
// This gets very high because I have no idea what it does.
// If someone knows, please adjust. If it;s no longer needed,
// please remove.
//
//This sets the current time on a video. IE, it can be used to skip to a set time in the video. [MW]
CheckThreatLevel(ThreatLevel.VeryHigh, "osSetParcelMediaTime");
m_host.AddScriptLPS(1);