diff options
author | UbitUmarov | 2019-09-21 16:59:41 +0100 |
---|---|---|
committer | UbitUmarov | 2019-09-21 16:59:41 +0100 |
commit | 43b56eaf08457ffce3aa5f73321bb18dda9ae1db (patch) | |
tree | 79761d1074bad3fca5a3206823a499a27a999987 /OpenSim/Framework/Console/MockConsole.cs | |
parent | make Console Output(..) compatible with rest of code, again (diff) | |
download | opensim-SC-43b56eaf08457ffce3aa5f73321bb18dda9ae1db.zip opensim-SC-43b56eaf08457ffce3aa5f73321bb18dda9ae1db.tar.gz opensim-SC-43b56eaf08457ffce3aa5f73321bb18dda9ae1db.tar.bz2 opensim-SC-43b56eaf08457ffce3aa5f73321bb18dda9ae1db.tar.xz |
make Console Promt(..) compatible with rest of code, again
Diffstat (limited to 'OpenSim/Framework/Console/MockConsole.cs')
-rwxr-xr-x | OpenSim/Framework/Console/MockConsole.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/Console/MockConsole.cs b/OpenSim/Framework/Console/MockConsole.cs index e5db271..291b7e9 100755 --- a/OpenSim/Framework/Console/MockConsole.cs +++ b/OpenSim/Framework/Console/MockConsole.cs | |||
@@ -66,6 +66,8 @@ namespace OpenSim.Framework.Console | |||
66 | public void Output(string format, string level, params object[] components) { } | 66 | public void Output(string format, string level, params object[] components) { } |
67 | 67 | ||
68 | public string Prompt(string p) { return ""; } | 68 | public string Prompt(string p) { return ""; } |
69 | public string Prompt(string p, string def) { return ""; } | ||
70 | public string Prompt(string p, List<char> excludedCharacters) { return ""; } | ||
69 | public string Prompt(string p, string def, List<char> excludedCharacters, bool echo) { return ""; } | 71 | public string Prompt(string p, string def, List<char> excludedCharacters, bool echo) { return ""; } |
70 | 72 | ||
71 | public string Prompt(string prompt, string defaultresponse, List<string> options) { return ""; } | 73 | public string Prompt(string prompt, string defaultresponse, List<string> options) { return ""; } |