mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Making a couple of methods public.
This commit is contained in:
@@ -1051,7 +1051,7 @@ namespace OpenSim.Region.CoreModules.Communications.REST
|
|||||||
|
|
||||||
#region Misc
|
#region Misc
|
||||||
|
|
||||||
protected OSDMap GetOSDMap(Hashtable request)
|
public static OSDMap GetOSDMap(Hashtable request)
|
||||||
{
|
{
|
||||||
OSDMap args = null;
|
OSDMap args = null;
|
||||||
try
|
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">Something like this: /agent/uuid/ or /agent/uuid/handle/release</param>
|
||||||
/// <param name="uri">uuid on uuid field</param>
|
/// <param name="uri">uuid on uuid field</param>
|
||||||
/// <param name="action">optional action</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;
|
uuid = UUID.Zero;
|
||||||
action = "";
|
action = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user