diff options
author | Tedd Hansen | 2008-01-05 16:58:30 +0000 |
---|---|---|
committer | Tedd Hansen | 2008-01-05 16:58:30 +0000 |
commit | 704e491c3a7a87ed749c7cdf3656baaafc7afdf4 (patch) | |
tree | e0e3d23a5b949ab7d2390530cf9e576dd67c0dda /OpenSim/ApplicationPlugins/RemoteController | |
parent | Added some comments + Ahlotta Debugging in startup sequence (diff) | |
download | opensim-SC_OLD-704e491c3a7a87ed749c7cdf3656baaafc7afdf4.zip opensim-SC_OLD-704e491c3a7a87ed749c7cdf3656baaafc7afdf4.tar.gz opensim-SC_OLD-704e491c3a7a87ed749c7cdf3656baaafc7afdf4.tar.bz2 opensim-SC_OLD-704e491c3a7a87ed749c7cdf3656baaafc7afdf4.tar.xz |
Added ModuleName to /OpenSim/StartUp modules + debug messages during startup
Diffstat (limited to 'OpenSim/ApplicationPlugins/RemoteController')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index b57d3e6..2f655b3 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -50,6 +50,11 @@ namespace OpenSim.ApplicationPlugins.LoadRegions | |||
50 | private BaseHttpServer m_httpd; | 50 | private BaseHttpServer m_httpd; |
51 | private string requiredPassword = ""; | 51 | private string requiredPassword = ""; |
52 | 52 | ||
53 | public string ModuleName() | ||
54 | { | ||
55 | return "OpenSim.ApplicationPlugins.LoadRegions.RemoteAdminPlugin"; | ||
56 | } | ||
57 | |||
53 | public void Initialise(OpenSimMain openSim) | 58 | public void Initialise(OpenSimMain openSim) |
54 | { | 59 | { |
55 | try | 60 | try |
@@ -245,5 +250,6 @@ namespace OpenSim.ApplicationPlugins.LoadRegions | |||
245 | public void Close() | 250 | public void Close() |
246 | { | 251 | { |
247 | } | 252 | } |
253 | |||
248 | } | 254 | } |
249 | } \ No newline at end of file | 255 | } \ No newline at end of file |