diff options
author | Adam Frisby | 2008-05-01 16:23:53 +0000 |
---|---|---|
committer | Adam Frisby | 2008-05-01 16:23:53 +0000 |
commit | 01f31fd933bbaec246d2fef5756b7d83be7980e0 (patch) | |
tree | 45ce7727e83238bf492924bea3ff5f0b6c82acbc /ThirdParty | |
parent | * In ur code. Making it static. (diff) | |
download | opensim-SC-01f31fd933bbaec246d2fef5756b7d83be7980e0.zip opensim-SC-01f31fd933bbaec246d2fef5756b7d83be7980e0.tar.gz opensim-SC-01f31fd933bbaec246d2fef5756b7d83be7980e0.tar.bz2 opensim-SC-01f31fd933bbaec246d2fef5756b7d83be7980e0.tar.xz |
* Breaking all the code, breaking all the code..!
* Made a bunch more members static, removed some dead code, general cleaning.
Diffstat (limited to 'ThirdParty')
-rw-r--r-- | ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs | 2 | ||||
-rw-r--r-- | ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs b/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs index bceb9af..6d593c9 100644 --- a/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs +++ b/ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs | |||
@@ -434,7 +434,7 @@ namespace OpenSim.ApplicationPlugins.LoadBalancer | |||
434 | src_region.RegionID.ToString()); | 434 | src_region.RegionID.ToString()); |
435 | } | 435 | } |
436 | 436 | ||
437 | private void SerializeClient(int idx, Scene scene, ScenePresence pre, string export_dir) | 437 | private static void SerializeClient(int idx, Scene scene, ScenePresence pre, string export_dir) |
438 | { | 438 | { |
439 | string filename; | 439 | string filename; |
440 | IClientAPI controller = null; | 440 | IClientAPI controller = null; |
diff --git a/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs b/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs index 6d55094..eaafe6c 100644 --- a/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs +++ b/ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs | |||
@@ -312,7 +312,7 @@ namespace OpenSim.ApplicationPlugins.RegionProxy | |||
312 | } | 312 | } |
313 | } | 313 | } |
314 | 314 | ||
315 | protected void ClosePort(ServerData sd) | 315 | protected static void ClosePort(ServerData sd) |
316 | { | 316 | { |
317 | // Close the port if it exists and is open | 317 | // Close the port if it exists and is open |
318 | if (sd.server == null) return; | 318 | if (sd.server == null) return; |