diff options
author | Sean Dague | 2007-10-05 15:45:45 +0000 |
---|---|---|
committer | Sean Dague | 2007-10-05 15:45:45 +0000 |
commit | c3d8f1f4253f72484100394940e62f2912cbc4ff (patch) | |
tree | 8a9f237ed3c1140b4059ec121e0d4ede82eae416 /OpenSim/Region/Environment/Scenes/Scripting | |
parent | * So, ok, maybe renaming serialized fields on a friday wasn't the smartest of... (diff) | |
download | opensim-SC_OLD-c3d8f1f4253f72484100394940e62f2912cbc4ff.zip opensim-SC_OLD-c3d8f1f4253f72484100394940e62f2912cbc4ff.tar.gz opensim-SC_OLD-c3d8f1f4253f72484100394940e62f2912cbc4ff.tar.bz2 opensim-SC_OLD-c3d8f1f4253f72484100394940e62f2912cbc4ff.tar.xz |
getting all our line endings consistant again
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scripting')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scripting/IScriptHost.cs | 6 | ||||
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scripting/NullScriptHost.cs | 24 |
2 files changed, 15 insertions, 15 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scripting/IScriptHost.cs b/OpenSim/Region/Environment/Scenes/Scripting/IScriptHost.cs index dbd43be..baaeb86 100644 --- a/OpenSim/Region/Environment/Scenes/Scripting/IScriptHost.cs +++ b/OpenSim/Region/Environment/Scenes/Scripting/IScriptHost.cs | |||
@@ -1,6 +1,6 @@ | |||
1 | using Axiom.Math; | 1 | using Axiom.Math; |
2 | using libsecondlife; | 2 | using libsecondlife; |
3 | 3 | ||
4 | namespace OpenSim.Region.Environment.Scenes.Scripting | 4 | namespace OpenSim.Region.Environment.Scenes.Scripting |
5 | { | 5 | { |
6 | public interface IScriptHost | 6 | public interface IScriptHost |
diff --git a/OpenSim/Region/Environment/Scenes/Scripting/NullScriptHost.cs b/OpenSim/Region/Environment/Scenes/Scripting/NullScriptHost.cs index 6876cfb..2337aba 100644 --- a/OpenSim/Region/Environment/Scenes/Scripting/NullScriptHost.cs +++ b/OpenSim/Region/Environment/Scenes/Scripting/NullScriptHost.cs | |||
@@ -1,13 +1,13 @@ | |||
1 | using System; | 1 | using System; |
2 | using Axiom.Math; | 2 | using Axiom.Math; |
3 | using libsecondlife; | 3 | using libsecondlife; |
4 | 4 | ||
5 | namespace OpenSim.Region.Environment.Scenes.Scripting | 5 | namespace OpenSim.Region.Environment.Scenes.Scripting |
6 | { | 6 | { |
7 | public class NullScriptHost : IScriptHost | 7 | public class NullScriptHost : IScriptHost |
8 | { | 8 | { |
9 | private LLVector3 m_pos = new LLVector3(128, 128, 30); | 9 | private LLVector3 m_pos = new LLVector3(128, 128, 30); |
10 | 10 | ||
11 | public string Name | 11 | public string Name |
12 | { | 12 | { |
13 | get { return "Object"; } | 13 | get { return "Object"; } |
@@ -38,13 +38,13 @@ namespace OpenSim.Region.Environment.Scenes.Scripting | |||
38 | } | 38 | } |
39 | 39 | ||
40 | public LLUUID ObjectOwner | 40 | public LLUUID ObjectOwner |
41 | { | 41 | { |
42 | get { return LLUUID.Zero; } | 42 | get { return LLUUID.Zero; } |
43 | } | 43 | } |
44 | 44 | ||
45 | public LLUUID ObjectCreator | 45 | public LLUUID ObjectCreator |
46 | { | 46 | { |
47 | get { return LLUUID.Zero; } | 47 | get { return LLUUID.Zero; } |
48 | } | 48 | } |
49 | 49 | ||
50 | public LLVector3 AbsolutePosition | 50 | public LLVector3 AbsolutePosition |