Making a couple of methods public.

0.6.5-rc1
diva 2009-03-19 03:33:20 +00:00
parent c0c929665f
commit 247a25a7fe
1 changed files with 2 additions and 2 deletions

View File

@ -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
/// <param name="uri">Something like this: /agent/uuid/ or /agent/uuid/handle/release</param>
/// <param name="uri">uuid on uuid field</param>
/// <param name="action">optional action</param>
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 = "";