From c25ceb009e644579c56811faffded540658cd4dd Mon Sep 17 00:00:00 2001
From: Justin Clarke Casey
Date: Wed, 22 Apr 2009 19:43:58 +0000
Subject: * minor: remove some compiler warnings
---
.../Voice/FreeSwitchVoice/FreeSwitchDirectory.cs | 62 +++++++++++-----------
1 file changed, 31 insertions(+), 31 deletions(-)
(limited to 'OpenSim/Region/OptionalModules/Avatar/Voice')
diff --git a/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchDirectory.cs b/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchDirectory.cs
index fd384e4..c131a7f 100644
--- a/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchDirectory.cs
+++ b/OpenSim/Region/OptionalModules/Avatar/Voice/FreeSwitchVoice/FreeSwitchDirectory.cs
@@ -303,36 +303,36 @@ namespace OpenSim.Region.OptionalModules.Avatar.Voice.FreeSwitchVoice
return response;
}
- private Hashtable HandleLoadNetworkLists(Hashtable request)
- {
- m_log.Info("[FreeSwitchDirectory] HandleLoadNetworkLists called");
-
- // TODO the password we return needs to match that sent in the request, this is hard coded for now
- string domain = (string) request["domain"];
-
- Hashtable response = new Hashtable();
- response["content_type"] = "text/xml";
- response["keepalive"] = false;
- response["int_response_code"] = 200;
- response["str_response_string"] = String.Format(
- "\r\n" +
- "\r\n" +
- "\r\n" +
- "\r\n" +
- "\r\n" +
- "\r\n" +
- "\r\n" +
- "\r\n" +
- "\r\n"+
- "\r\n"+
- "\r\n"+
- "\r\n" +
- "\r\n" +
- "\r\n",
- domain);
-
-
- return response;
- }
+// private Hashtable HandleLoadNetworkLists(Hashtable request)
+// {
+// m_log.Info("[FreeSwitchDirectory] HandleLoadNetworkLists called");
+//
+// // TODO the password we return needs to match that sent in the request, this is hard coded for now
+// string domain = (string) request["domain"];
+//
+// Hashtable response = new Hashtable();
+// response["content_type"] = "text/xml";
+// response["keepalive"] = false;
+// response["int_response_code"] = 200;
+// response["str_response_string"] = String.Format(
+// "\r\n" +
+// "\r\n" +
+// "\r\n" +
+// "\r\n" +
+// "\r\n" +
+// "\r\n" +
+// "\r\n" +
+// "\r\n" +
+// "\r\n"+
+// "\r\n"+
+// "\r\n"+
+// "\r\n" +
+// "\r\n" +
+// "\r\n",
+// domain);
+//
+//
+// return response;
+// }
}
}
--
cgit v1.1