From 01f31fd933bbaec246d2fef5756b7d83be7980e0 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Thu, 1 May 2008 16:23:53 +0000 Subject: * Breaking all the code, breaking all the code..! * Made a bunch more members static, removed some dead code, general cleaning. --- ThirdParty/3Di/LoadBalancer/LoadBalancerPlugin.cs | 2 +- ThirdParty/3Di/RegionProxy/RegionProxyPlugin.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ThirdParty/3Di') 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 src_region.RegionID.ToString()); } - private void SerializeClient(int idx, Scene scene, ScenePresence pre, string export_dir) + private static void SerializeClient(int idx, Scene scene, ScenePresence pre, string export_dir) { string filename; 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 } } - protected void ClosePort(ServerData sd) + protected static void ClosePort(ServerData sd) { // Close the port if it exists and is open if (sd.server == null) return; -- cgit v1.1