aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp
diff options
context:
space:
mode:
authorMW2007-08-28 18:40:40 +0000
committerMW2007-08-28 18:40:40 +0000
commit7915adc6c569536742acf783bcc2f4aba673950e (patch)
tree8065016feb81e188f82e1f17fac080270009ee99 /OpenSim/Region/Examples/SimpleApp
parentTaken the old scripting engine out of Region.Environment and moved it into a ... (diff)
downloadopensim-SC_OLD-7915adc6c569536742acf783bcc2f4aba673950e.zip
opensim-SC_OLD-7915adc6c569536742acf783bcc2f4aba673950e.tar.gz
opensim-SC_OLD-7915adc6c569536742acf783bcc2f4aba673950e.tar.bz2
opensim-SC_OLD-7915adc6c569536742acf783bcc2f4aba673950e.tar.xz
Corrected the namespace in OpenSim.Region.Physics.Manager, so now namespace should equal project and directory.
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/Program.cs b/OpenSim/Region/Examples/SimpleApp/Program.cs
index 3ba1b82..a1d331d 100644
--- a/OpenSim/Region/Examples/SimpleApp/Program.cs
+++ b/OpenSim/Region/Examples/SimpleApp/Program.cs
@@ -6,7 +6,7 @@ using OpenSim.Framework.Console;
6using OpenSim.Framework.Interfaces; 6using OpenSim.Framework.Interfaces;
7using OpenSim.Framework.Servers; 7using OpenSim.Framework.Servers;
8using OpenSim.Framework.Types; 8using OpenSim.Framework.Types;
9using OpenSim.Physics.Manager; 9using OpenSim.Region.Physics.Manager;
10 10
11using OpenSim.Region.Capabilities; 11using OpenSim.Region.Capabilities;
12using OpenSim.Region.ClientStack; 12using OpenSim.Region.ClientStack;