mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* minor: remove mono compiler warnings
This commit is contained in:
@@ -428,15 +428,15 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
|
||||
}
|
||||
}
|
||||
|
||||
private static void checkIntegerParams(XmlRpcRequest request, string[] param)
|
||||
{
|
||||
Hashtable requestData = (Hashtable) request.Params[0];
|
||||
foreach (string p in param)
|
||||
{
|
||||
if (!requestData.Contains(p))
|
||||
throw new Exception(String.Format("missing integer parameter {0}", p));
|
||||
}
|
||||
}
|
||||
// private static void checkIntegerParams(XmlRpcRequest request, string[] param)
|
||||
// {
|
||||
// Hashtable requestData = (Hashtable) request.Params[0];
|
||||
// foreach (string p in param)
|
||||
// {
|
||||
// if (!requestData.Contains(p))
|
||||
// throw new Exception(String.Format("missing integer parameter {0}", p));
|
||||
// }
|
||||
// }
|
||||
|
||||
public XmlRpcResponse XmlRpcUpdateWelcomeMethod(XmlRpcRequest request)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user