diff options
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Framework/Console/MockConsole.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/MockConsole.cs b/OpenSim/Framework/Console/MockConsole.cs index 291b7e9..d314047 100755 --- a/OpenSim/Framework/Console/MockConsole.cs +++ b/OpenSim/Framework/Console/MockConsole.cs | |||
@@ -62,8 +62,8 @@ namespace OpenSim.Framework.Console | |||
62 | set {} | 62 | set {} |
63 | } | 63 | } |
64 | 64 | ||
65 | public void Output(string format) { } | ||
65 | public void Output(string format, params object[] components) { } | 66 | public void Output(string format, 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 ""; } | 69 | public string Prompt(string p, string def) { return ""; } |