diff options
author | MW | 2008-11-25 15:19:46 +0000 |
---|---|---|
committer | MW | 2008-11-25 15:19:46 +0000 |
commit | 3223a4d16d6a2adced7cd16b4b54718b792205b0 (patch) | |
tree | d54ab841d76f0df601e3f9bbac3fadd3b4f22f44 /OpenSim | |
parent | * Apply http://opensimulator.org/mantis/view.php?id=2640 (diff) | |
download | opensim-SC_OLD-3223a4d16d6a2adced7cd16b4b54718b792205b0.zip opensim-SC_OLD-3223a4d16d6a2adced7cd16b4b54718b792205b0.tar.gz opensim-SC_OLD-3223a4d16d6a2adced7cd16b4b54718b792205b0.tar.bz2 opensim-SC_OLD-3223a4d16d6a2adced7cd16b4b54718b792205b0.tar.xz |
made the messaging server OpenMessage_Main constructor public (from private) so it can be subclassed.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/MessagingServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/MessagingServer/Main.cs b/OpenSim/Grid/MessagingServer/Main.cs index 0e03df1..d683d5b 100644 --- a/OpenSim/Grid/MessagingServer/Main.cs +++ b/OpenSim/Grid/MessagingServer/Main.cs | |||
@@ -62,7 +62,7 @@ namespace OpenSim.Grid.MessagingServer | |||
62 | messageserver.Work(); | 62 | messageserver.Work(); |
63 | } | 63 | } |
64 | 64 | ||
65 | private OpenMessage_Main() | 65 | public OpenMessage_Main() |
66 | { | 66 | { |
67 | m_console = new ConsoleBase("Messaging", this); | 67 | m_console = new ConsoleBase("Messaging", this); |
68 | MainConsole.Instance = m_console; | 68 | MainConsole.Instance = m_console; |