diff options
author | Jeff Ames | 2008-03-04 04:11:37 +0000 |
---|---|---|
committer | Jeff Ames | 2008-03-04 04:11:37 +0000 |
commit | cd6f4a57e7586ffd5c6dae91633e61e293272def (patch) | |
tree | 880c9199b13ae75e428c878f5857f9cef886cf73 /OpenSim/Region/ScriptEngine/Common/BuilIn_Commands.cs | |
parent | think I finally fixed this hg sync issue (diff) | |
download | opensim-SC-cd6f4a57e7586ffd5c6dae91633e61e293272def.zip opensim-SC-cd6f4a57e7586ffd5c6dae91633e61e293272def.tar.gz opensim-SC-cd6f4a57e7586ffd5c6dae91633e61e293272def.tar.bz2 opensim-SC-cd6f4a57e7586ffd5c6dae91633e61e293272def.tar.xz |
Added copyright heaaders. Minor cleanup.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/BuilIn_Commands.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/BuilIn_Commands.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/BuilIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/BuilIn_Commands.cs index 024ad2b..d13a76c 100644 --- a/OpenSim/Region/ScriptEngine/Common/BuilIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/BuilIn_Commands.cs | |||
@@ -1,4 +1,4 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) Contributors, http://opensimulator.org/ | 2 | * Copyright (c) Contributors, http://opensimulator.org/ |
3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. | 3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. |
4 | * | 4 | * |
@@ -36,7 +36,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
36 | /// <summary> | 36 | /// <summary> |
37 | /// This is the end of a chain of inherited builtin command implementations. This module will be instanced by script engines. | 37 | /// This is the end of a chain of inherited builtin command implementations. This module will be instanced by script engines. |
38 | /// </summary> | 38 | /// </summary> |
39 | public class BuilIn_Commands: OSSL_BuilIn_Commands | 39 | public class BuilIn_Commands : OSSL_BuilIn_Commands |
40 | { | 40 | { |
41 | public BuilIn_Commands(ScriptEngineBase.ScriptEngine scriptEngine, SceneObjectPart host, uint localID, | 41 | public BuilIn_Commands(ScriptEngineBase.ScriptEngine scriptEngine, SceneObjectPart host, uint localID, |
42 | LLUUID itemID) : base(scriptEngine, host, localID, itemID) | 42 | LLUUID itemID) : base(scriptEngine, host, localID, itemID) |