diff --git a/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs b/OpenSim/Region/CoreModules/Communications/REST/RESTInterregionComms.cs index 258f276bdc..32eedef150 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 = "";