Add URL_REQUEST_* script constants

slimupdates
Melanie 2010-05-03 00:15:55 +01:00
parent fbd4222533
commit af0ffb2a5a
1 changed files with 2 additions and 0 deletions

View File

@ -548,5 +548,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int STATS_ACTIVE_SCRIPTS = 19;
public const int STATS_SCRIPT_LPS = 20;
public const string URL_REQUEST_GRANTED = "URL_REQUEST_GRANTED";
public const string URL_REQUEST_DENIED = "URL_REQUEST_DENIED";
}
}