aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
diff options
context:
space:
mode:
authorMelanie2013-05-05 22:01:07 +0200
committerMelanie2013-05-05 22:01:07 +0200
commita8faed6f76e5bb7936c1bc2b4711b5eeb143173d (patch)
treee4d3502d5e56b66a6841f7aa6cf3e58ecda96222 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
parentAdd RegionManager level and the ability to use literal XML to the dynamic flo... (diff)
downloadopensim-SC_OLD-a8faed6f76e5bb7936c1bc2b4711b5eeb143173d.zip
opensim-SC_OLD-a8faed6f76e5bb7936c1bc2b4711b5eeb143173d.tar.gz
opensim-SC_OLD-a8faed6f76e5bb7936c1bc2b4711b5eeb143173d.tar.bz2
opensim-SC_OLD-a8faed6f76e5bb7936c1bc2b4711b5eeb143173d.tar.xz
Implement llSetContentType using the new OpenID auth support for authentication
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
index 2f8154d..c664a84 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
@@ -771,5 +771,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
771 /// process message parameter as regex 771 /// process message parameter as regex
772 /// </summary> 772 /// </summary>
773 public const int OS_LISTEN_REGEX_MESSAGE = 0x2; 773 public const int OS_LISTEN_REGEX_MESSAGE = 0x2;
774
775 public const int CONTENT_TYPE_TEXT = 0;
776 public const int CONTENT_TYPE_HTML = 1;
774 } 777 }
775} 778}