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/Region/Application/IApplicationPlugin.cs | |
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/Region/Application/IApplicationPlugin.cs')
-rw-r--r-- | OpenSim/Region/Application/IApplicationPlugin.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/IApplicationPlugin.cs b/OpenSim/Region/Application/IApplicationPlugin.cs index 4f81354..45b0cd0 100644 --- a/OpenSim/Region/Application/IApplicationPlugin.cs +++ b/OpenSim/Region/Application/IApplicationPlugin.cs | |||
@@ -37,5 +37,6 @@ namespace OpenSim | |||
37 | { | 37 | { |
38 | void Initialise(OpenSimMain openSim); | 38 | void Initialise(OpenSimMain openSim); |
39 | void Close(); | 39 | void Close(); |
40 | string ModuleName(); | ||
40 | } | 41 | } |
41 | } \ No newline at end of file | 42 | } \ No newline at end of file |