aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index d289978..333ab81 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -678,6 +678,7 @@ namespace OpenSim.Framework
678 } 678 }
679 } 679 }
680 680
681/* 2008-08-28-tyre: Obsolete (see LocalLoginService UserLoginService)
681 public static string[] ParseStartLocationRequest(string startLocationRequest) 682 public static string[] ParseStartLocationRequest(string startLocationRequest)
682 { 683 {
683 string[] returnstring = new string[4]; 684 string[] returnstring = new string[4];
@@ -715,6 +716,7 @@ namespace OpenSim.Framework
715 } 716 }
716 return returnstring; 717 return returnstring;
717 } 718 }
719*/
718 720
719 public static XmlRpcResponse XmlRpcCommand(string url, string methodName, params object[] args) 721 public static XmlRpcResponse XmlRpcCommand(string url, string methodName, params object[] args)
720 { 722 {