aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-24 22:23:41 +0100
committerJustin Clark-Casey (justincc)2011-10-24 22:23:41 +0100
commite28e2d24c714c3fba1cba60097986a1c1c28c6c0 (patch)
tree971e101867b0ac09836854553d236a0651df3a40 /OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
parentAdd optional getauthinfo and setauthinfo authentication service calls. (diff)
downloadopensim-SC_OLD-e28e2d24c714c3fba1cba60097986a1c1c28c6c0.zip
opensim-SC_OLD-e28e2d24c714c3fba1cba60097986a1c1c28c6c0.tar.gz
opensim-SC_OLD-e28e2d24c714c3fba1cba60097986a1c1c28c6c0.tar.bz2
opensim-SC_OLD-e28e2d24c714c3fba1cba60097986a1c1c28c6c0.tar.xz
Add new EventQueueTests with basic test to check that adding a client registers an http poll
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
index 8d0c7a1..3eb2b5e 100644
--- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
+++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs
@@ -102,7 +102,6 @@ namespace OpenSim.Region.ClientStack.Linden
102 { 102 {
103 m_gConfig = null; 103 m_gConfig = null;
104 } 104 }
105
106 } 105 }
107 106
108 private void ReadConfigAndPopulate(Scene scene, IConfig startupConfig, string p) 107 private void ReadConfigAndPopulate(Scene scene, IConfig startupConfig, string p)