aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
diff options
context:
space:
mode:
authorMW2009-03-03 15:45:52 +0000
committerMW2009-03-03 15:45:52 +0000
commit7a3bb77df98b41e12abb100e4ea821c37ba29db9 (patch)
tree370fe7f47b0d66a4f9f91a3ed7426df057737e81 /OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
parentMoved Linden protocol login handling to modules in OpenSim.Client.Linden. The... (diff)
downloadopensim-SC_OLD-7a3bb77df98b41e12abb100e4ea821c37ba29db9.zip
opensim-SC_OLD-7a3bb77df98b41e12abb100e4ea821c37ba29db9.tar.gz
opensim-SC_OLD-7a3bb77df98b41e12abb100e4ea821c37ba29db9.tar.bz2
opensim-SC_OLD-7a3bb77df98b41e12abb100e4ea821c37ba29db9.tar.xz
forgotten files
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1GridServices.cs')
-rw-r--r--OpenSim/Region/Communications/OGS1/OGS1GridServices.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
index 66da986..5f00f15 100644
--- a/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
+++ b/OpenSim/Region/Communications/OGS1/OGS1GridServices.cs
@@ -91,8 +91,8 @@ namespace OpenSim.Region.Communications.OGS1
91 httpServer = httpServe; 91 httpServer = httpServe;
92 92
93 //Respond to Grid Services requests 93 //Respond to Grid Services requests
94 httpServer.AddXmlRPCHandler("expect_user", ExpectUser); 94 // httpServer.AddXmlRPCHandler("expect_user", ExpectUser);
95 httpServer.AddXmlRPCHandler("logoff_user", LogOffUser); 95 // httpServer.AddXmlRPCHandler("logoff_user", LogOffUser);
96 httpServer.AddXmlRPCHandler("check", PingCheckReply); 96 httpServer.AddXmlRPCHandler("check", PingCheckReply);
97 httpServer.AddXmlRPCHandler("land_data", LandData); 97 httpServer.AddXmlRPCHandler("land_data", LandData);
98 98