From 247a25a7fe0ab5ed42e00d5c8db630b5dd2ddf4e Mon Sep 17 00:00:00 2001 From: diva Date: Thu, 19 Mar 2009 03:33:20 +0000 Subject: Making a couple of methods public. --- .../Region/CoreModules/Communications/REST/RESTInterregionComms.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim') diff --git a/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs b/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs index 258f276..32eedef 100644 --- a/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs +++ b/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs @@ -1051,7 +1051,7 @@ namespace OpenSim.Region.CoreModules.Communications.REST #region Misc - protected OSDMap GetOSDMap(Hashtable request) + public static OSDMap GetOSDMap(Hashtable request) { OSDMap args = null; try @@ -1084,7 +1084,7 @@ namespace OpenSim.Region.CoreModules.Communications.REST /// Something like this: /agent/uuid/ or /agent/uuid/handle/release /// uuid on uuid field /// optional action - protected bool GetParams(string uri, out UUID uuid, out ulong regionHandle, out string action) + public static bool GetParams(string uri, out UUID uuid, out ulong regionHandle, out string action) { uuid = UUID.Zero; action = ""; -- cgit v1.1