diff options
-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 | ||