aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
diff options
context:
space:
mode:
authorJeff Ames2008-12-06 00:54:48 +0000
committerJeff Ames2008-12-06 00:54:48 +0000
commitb23e82b5739ff3e7ae1b5bb8affb4d991d030846 (patch)
treefb1e45b65c48d5243427aa8f215cb45eff4e5f78 /OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
parentCommitting the missing bits to enable script crossing. Disabled by default. (diff)
downloadopensim-SC_OLD-b23e82b5739ff3e7ae1b5bb8affb4d991d030846.zip
opensim-SC_OLD-b23e82b5739ff3e7ae1b5bb8affb4d991d030846.tar.gz
opensim-SC_OLD-b23e82b5739ff3e7ae1b5bb8affb4d991d030846.tar.bz2
opensim-SC_OLD-b23e82b5739ff3e7ae1b5bb8affb4d991d030846.tar.xz
Minor formatting cleanup.
Diffstat (limited to 'OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs')
-rw-r--r--OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs14
1 files changed, 7 insertions, 7 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
index 9e48005..2c5adfe 100644
--- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
+++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs
@@ -380,7 +380,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
380 XmlRpcResponse response = new XmlRpcResponse(); 380 XmlRpcResponse response = new XmlRpcResponse();
381 Hashtable responseData = new Hashtable(); 381 Hashtable responseData = new Hashtable();
382 382
383 lock(this) 383 lock (this)
384 { 384 {
385 int m_regionLimit = m_config.GetInt("region_limit", 0); 385 int m_regionLimit = m_config.GetInt("region_limit", 0);
386 386
@@ -575,7 +575,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
575 XmlRpcResponse response = new XmlRpcResponse(); 575 XmlRpcResponse response = new XmlRpcResponse();
576 Hashtable responseData = new Hashtable(); 576 Hashtable responseData = new Hashtable();
577 577
578 lock(this) 578 lock (this)
579 { 579 {
580 try { 580 try {
581 Hashtable requestData = (Hashtable) request.Params[0]; 581 Hashtable requestData = (Hashtable) request.Params[0];
@@ -651,7 +651,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
651 XmlRpcResponse response = new XmlRpcResponse(); 651 XmlRpcResponse response = new XmlRpcResponse();
652 Hashtable responseData = new Hashtable(); 652 Hashtable responseData = new Hashtable();
653 653
654 lock(this) 654 lock (this)
655 { 655 {
656 try 656 try
657 { 657 {
@@ -751,7 +751,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
751 XmlRpcResponse response = new XmlRpcResponse(); 751 XmlRpcResponse response = new XmlRpcResponse();
752 Hashtable responseData = new Hashtable(); 752 Hashtable responseData = new Hashtable();
753 753
754 lock(this) 754 lock (this)
755 { 755 {
756 try 756 try
757 { 757 {
@@ -920,7 +920,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
920 XmlRpcResponse response = new XmlRpcResponse(); 920 XmlRpcResponse response = new XmlRpcResponse();
921 Hashtable responseData = new Hashtable(); 921 Hashtable responseData = new Hashtable();
922 922
923 lock(this) 923 lock (this)
924 { 924 {
925 try 925 try
926 { 926 {
@@ -1047,7 +1047,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
1047 XmlRpcResponse response = new XmlRpcResponse(); 1047 XmlRpcResponse response = new XmlRpcResponse();
1048 Hashtable responseData = new Hashtable(); 1048 Hashtable responseData = new Hashtable();
1049 1049
1050 lock(this) 1050 lock (this)
1051 { 1051 {
1052 try 1052 try
1053 { 1053 {
@@ -1199,7 +1199,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
1199 XmlRpcResponse response = new XmlRpcResponse(); 1199 XmlRpcResponse response = new XmlRpcResponse();
1200 Hashtable responseData = new Hashtable(); 1200 Hashtable responseData = new Hashtable();
1201 1201
1202 lock(this) 1202 lock (this)
1203 { 1203 {
1204 try 1204 try
1205 { 1205 {