remove CM api, add replacement ossl functions, as i should had done on the merge of avination code contrib. (runprebuild)

This commit is contained in:
UbitUmarov
2018-11-15 20:29:12 +00:00
parent d537862cc2
commit 7bcef500a9
6 changed files with 61 additions and 246 deletions

View File

@@ -1282,5 +1282,15 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
{
m_OSSL_Functions.osPreloadSound(linknum, sound);
}
public LSL_String osDetectedCountry(LSL_Integer number)
{
return m_OSSL_Functions.osDetectedCountry(number);
}
public LSL_String osGetAgentCountry(LSL_Key agentId)
{
return m_OSSL_Functions.osGetAgentCountry(agentId);
}
}
}