diff options
author | Justin Clarke Casey | 2008-04-11 16:13:33 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-11 16:13:33 +0000 |
commit | 9a7717743b7f7627bc80a69bb416838839062e72 (patch) | |
tree | 5bddb6a9f34af60b3fdbb2b55ffead32a4a3093e /OpenSim/Region/Application | |
parent | * From: Dr Scofield <hud@zurich.ibm.com> (diff) | |
download | opensim-SC_OLD-9a7717743b7f7627bc80a69bb416838839062e72.zip opensim-SC_OLD-9a7717743b7f7627bc80a69bb416838839062e72.tar.gz opensim-SC_OLD-9a7717743b7f7627bc80a69bb416838839062e72.tar.bz2 opensim-SC_OLD-9a7717743b7f7627bc80a69bb416838839062e72.tar.xz |
refactor: eliminate method in UserProfileCacheService
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 91a0f19..1167576 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -59,7 +59,7 @@ namespace OpenSim | |||
59 | public delegate void ConsoleCommand(string[] comParams); | 59 | public delegate void ConsoleCommand(string[] comParams); |
60 | 60 | ||
61 | public class OpenSimMain : RegionApplicationBase, conscmd_callback | 61 | public class OpenSimMain : RegionApplicationBase, conscmd_callback |
62 | { | 62 | { |
63 | private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); | 63 | private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); |
64 | private string proxyUrl; | 64 | private string proxyUrl; |
65 | private int proxyOffset = 0; | 65 | private int proxyOffset = 0; |