aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/OpenSimRoot.cs
diff options
context:
space:
mode:
authorlbsa712007-03-28 05:27:20 +0000
committerlbsa712007-03-28 05:27:20 +0000
commitd66ef8f428b763fca3610869c85adb55aef5d9e5 (patch)
treed3b15df4b9e31b9c186fa7ea560be283c94d4799 /OpenSim.RegionServer/OpenSimRoot.cs
parentWho dropped my child_agent flag? It returns (diff)
downloadopensim-SC_OLD-d66ef8f428b763fca3610869c85adb55aef5d9e5.zip
opensim-SC_OLD-d66ef8f428b763fca3610869c85adb55aef5d9e5.tar.gz
opensim-SC_OLD-d66ef8f428b763fca3610869c85adb55aef5d9e5.tar.bz2
opensim-SC_OLD-d66ef8f428b763fca3610869c85adb55aef5d9e5.tar.xz
* worked a little bit more on straigthening the startup procedure out
Diffstat (limited to 'OpenSim.RegionServer/OpenSimRoot.cs')
-rw-r--r--OpenSim.RegionServer/OpenSimRoot.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/OpenSim.RegionServer/OpenSimRoot.cs b/OpenSim.RegionServer/OpenSimRoot.cs
index 3361e5d..1f96c4d 100644
--- a/OpenSim.RegionServer/OpenSimRoot.cs
+++ b/OpenSim.RegionServer/OpenSimRoot.cs
@@ -44,20 +44,5 @@ namespace OpenSim
44 public OpenSimApplication Application; 44 public OpenSimApplication Application;
45 public bool Sandbox = false; 45 public bool Sandbox = false;
46 46
47 public void StartUp()
48 {
49 if (this.Application != null)
50 {
51 this.Application.StartUp();
52 }
53 }
54
55 public void Shutdown()
56 {
57 if (this.Application != null)
58 {
59 this.Application.Shutdown();
60 }
61 }
62 } 47 }
63} 48}