diff options
author | Melanie Thielker | 2008-09-23 21:23:23 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-09-23 21:23:23 +0000 |
commit | 48da2c24a2f7ed4fb8d630bf1a85cca84f129a75 (patch) | |
tree | 547587eb88459868e1d8195bc53c4439b2ead234 /OpenSim/Region | |
parent | create the first attempted mysql test. This only runs locally if you (diff) | |
download | opensim-SC_OLD-48da2c24a2f7ed4fb8d630bf1a85cca84f129a75.zip opensim-SC_OLD-48da2c24a2f7ed4fb8d630bf1a85cca84f129a75.tar.gz opensim-SC_OLD-48da2c24a2f7ed4fb8d630bf1a85cca84f129a75.tar.bz2 opensim-SC_OLD-48da2c24a2f7ed4fb8d630bf1a85cca84f129a75.tar.xz |
Add the missing file
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/ScriptBaseClass.cs (renamed from OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs b/OpenSim/Region/ScriptEngine/Common/ScriptBaseClass.cs index 7b0e75a..3e8450d 100644 --- a/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs +++ b/OpenSim/Region/ScriptEngine/Common/ScriptBaseClass.cs | |||
@@ -41,7 +41,7 @@ using LSL_Vector = OpenSim.Region.ScriptEngine.Shared.LSL_Types.Vector3; | |||
41 | 41 | ||
42 | namespace OpenSim.Region.ScriptEngine.Common | 42 | namespace OpenSim.Region.ScriptEngine.Common |
43 | { | 43 | { |
44 | public class BuiltIn_Commands_BaseClass : MarshalByRefObject, LSL_BuiltIn_Commands_Interface, OSSL_BuilIn_Commands_Interface, IScript | 44 | public class ScriptBaseClass : MarshalByRefObject, LSL_BuiltIn_Commands_Interface, OSSL_BuilIn_Commands_Interface, IScript |
45 | { | 45 | { |
46 | // | 46 | // |
47 | // Included as base for any LSL-script that is compiled. | 47 | // Included as base for any LSL-script that is compiled. |
@@ -106,7 +106,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
106 | set { m_StartParam = value; } | 106 | set { m_StartParam = value; } |
107 | } | 107 | } |
108 | 108 | ||
109 | public BuiltIn_Commands_BaseClass() | 109 | public ScriptBaseClass() |
110 | { | 110 | { |
111 | } | 111 | } |
112 | 112 | ||