aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xOpenSim/Framework/Console/RemoteConsole.cs2
-rwxr-xr-x[-rw-r--r--]OpenSim/Framework/ICommandConsole.cs0
-rwxr-xr-xOpenSim/Framework/IConsole.cs2
3 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/RemoteConsole.cs b/OpenSim/Framework/Console/RemoteConsole.cs
index 16b4636..11006a9 100755
--- a/OpenSim/Framework/Console/RemoteConsole.cs
+++ b/OpenSim/Framework/Console/RemoteConsole.cs
@@ -46,6 +46,8 @@ namespace OpenSim.Framework.Console
46 // 46 //
47 public class RemoteConsole : CommandConsole 47 public class RemoteConsole : CommandConsole
48 { 48 {
49 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
50
49 // Connection specific data, indexed by a session ID 51 // Connection specific data, indexed by a session ID
50 // we create when a client connects. 52 // we create when a client connects.
51 protected class ConsoleConnection 53 protected class ConsoleConnection
diff --git a/OpenSim/Framework/ICommandConsole.cs b/OpenSim/Framework/ICommandConsole.cs
index 3db2765..3db2765 100644..100755
--- a/OpenSim/Framework/ICommandConsole.cs
+++ b/OpenSim/Framework/ICommandConsole.cs
diff --git a/OpenSim/Framework/IConsole.cs b/OpenSim/Framework/IConsole.cs
index 963e07f..22f62df 100755
--- a/OpenSim/Framework/IConsole.cs
+++ b/OpenSim/Framework/IConsole.cs
@@ -38,7 +38,7 @@ namespace OpenSim.Framework
38 38
39 string Prompt(string p, string def = null, List<char> excludedCharacters = null, bool echo = true); 39 string Prompt(string p, string def = null, List<char> excludedCharacters = null, bool echo = true);
40 40
41 // Displays a command prompt and returns a default value, user may only enter 1 of 2 options 41 // Displays a prompt and returns a default value, user may only enter 1 of 2 options
42 string Prompt(string prompt, string defaultresponse, List<string> options); 42 string Prompt(string prompt, string defaultresponse, List<string> options);
43 } 43 }
44} \ No newline at end of file 44} \ No newline at end of file