diff options
author | Charles Krinke | 2009-05-13 01:06:06 +0000 |
---|---|---|
committer | Charles Krinke | 2009-05-13 01:06:06 +0000 |
commit | c23bd2d6eaffd05b158d92c539fa6c5090b967b2 (patch) | |
tree | 6b7884d95905fa4f5fe8bdba4a5c6cb719e617af /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | Remove some no longer needed debug. (diff) | |
download | opensim-SC_OLD-c23bd2d6eaffd05b158d92c539fa6c5090b967b2.zip opensim-SC_OLD-c23bd2d6eaffd05b158d92c539fa6c5090b967b2.tar.gz opensim-SC_OLD-c23bd2d6eaffd05b158d92c539fa6c5090b967b2.tar.bz2 opensim-SC_OLD-c23bd2d6eaffd05b158d92c539fa6c5090b967b2.tar.xz |
Add interface, stubbed implementation and
script stub for llRequestSecureURL().
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs index 8ee918e..c59636c 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Stub.cs | |||
@@ -1224,6 +1224,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
1224 | m_LSL_Functions.llRequestPermissions(agent, perm); | 1224 | m_LSL_Functions.llRequestPermissions(agent, perm); |
1225 | } | 1225 | } |
1226 | 1226 | ||
1227 | public LSL_String llRequestSecureURL() | ||
1228 | { | ||
1229 | return m_LSL_Functions.llRequestSecureURL(); | ||
1230 | } | ||
1231 | |||
1227 | public LSL_Key llRequestSimulatorData(string simulator, int data) | 1232 | public LSL_Key llRequestSimulatorData(string simulator, int data) |
1228 | { | 1233 | { |
1229 | return m_LSL_Functions.llRequestSimulatorData(simulator, data); | 1234 | return m_LSL_Functions.llRequestSimulatorData(simulator, data); |