mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* In ur code. Making it static.
* Converted a bunch of functions to static functions.
This commit is contained in:
@@ -267,7 +267,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
}
|
||||
|
||||
|
||||
private void checkStringParameters(XmlRpcRequest request, string[] param)
|
||||
private static void checkStringParameters(XmlRpcRequest request, string[] param)
|
||||
{
|
||||
Hashtable requestData = (Hashtable) request.Params[0];
|
||||
foreach (string p in param)
|
||||
@@ -279,7 +279,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
}
|
||||
}
|
||||
|
||||
private void checkIntegerParams(XmlRpcRequest request, string[] param)
|
||||
private static void checkIntegerParams(XmlRpcRequest request, string[] param)
|
||||
{
|
||||
Hashtable requestData = (Hashtable) request.Params[0];
|
||||
foreach (string p in param)
|
||||
|
||||
Reference in New Issue
Block a user