Added osGetGridGatekeeperURI()

This commit is contained in:
Diva Canto
2012-03-10 19:51:28 -08:00
parent 291dc39691
commit 824eb7ed20
3 changed files with 20 additions and 0 deletions

View File

@@ -457,6 +457,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
return m_OSSL_Functions.osGetGridHomeURI();
}
public string osGetGridGatekeeperURI()
{
return m_OSSL_Functions.osGetGridGatekeeperURI();
}
public string osGetGridCustom(string key)
{
return m_OSSL_Functions.osGetGridCustom(key);