aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-02-05 19:34:23 +0000
committerJustin Clarke Casey2009-02-05 19:34:23 +0000
commit65448cd02d2b07ef04a87678dd685d443f4eb836 (patch)
tree063466977c1cdf8195ac4402f9966f31df44b25c /OpenSim/Region/Application
parent* Remove unused region info list from OpenSimBase. (diff)
downloadopensim-SC_OLD-65448cd02d2b07ef04a87678dd685d443f4eb836.zip
opensim-SC_OLD-65448cd02d2b07ef04a87678dd685d443f4eb836.tar.gz
opensim-SC_OLD-65448cd02d2b07ef04a87678dd685d443f4eb836.tar.bz2
opensim-SC_OLD-65448cd02d2b07ef04a87678dd685d443f4eb836.tar.xz
* refactor: Split out module Command class into a separate file
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSimBase.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs
index 1bd38ff..aca1829 100644
--- a/OpenSim/Region/Application/OpenSimBase.cs
+++ b/OpenSim/Region/Application/OpenSimBase.cs
@@ -85,9 +85,7 @@ namespace OpenSim
85 85
86 protected ConfigurationLoader m_configLoader; 86 protected ConfigurationLoader m_configLoader;
87 87
88 protected GridInfoService m_gridInfoService; 88 protected GridInfoService m_gridInfoService;
89
90 protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>();
91 89
92 public ConsoleCommand CreateAccount = null; 90 public ConsoleCommand CreateAccount = null;
93 91
@@ -107,6 +105,7 @@ namespace OpenSim
107 { 105 {
108 get { return m_clientServers; } 106 get { return m_clientServers; }
109 } 107 }
108 protected List<IClientNetworkServer> m_clientServers = new List<IClientNetworkServer>();
110 109
111 public new BaseHttpServer HttpServer 110 public new BaseHttpServer HttpServer
112 { 111 {