diff options
Diffstat (limited to 'OpenSim/Framework/Console/ConsoleBase.cs')
-rw-r--r-- | OpenSim/Framework/Console/ConsoleBase.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index 79fe1d4..74e64e3 100644 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs | |||
@@ -58,7 +58,7 @@ namespace OpenSim.Framework.Console | |||
58 | } | 58 | } |
59 | 59 | ||
60 | /// <summary> | 60 | /// <summary> |
61 | /// derive an ansi color from a string, ignoring the darker colors. | 61 | /// derive an ansi color from a string, ignoring the darker colors. |
62 | /// This is used to help automatically bin component tags with colors | 62 | /// This is used to help automatically bin component tags with colors |
63 | /// in various print functions. | 63 | /// in various print functions. |
64 | /// </summary> | 64 | /// </summary> |
@@ -195,7 +195,7 @@ namespace OpenSim.Framework.Console | |||
195 | System.Console.WriteLine(args); | 195 | System.Console.WriteLine(args); |
196 | } | 196 | } |
197 | } | 197 | } |
198 | } | 198 | } |
199 | catch (ObjectDisposedException) | 199 | catch (ObjectDisposedException) |
200 | { | 200 | { |
201 | } | 201 | } |
@@ -232,7 +232,7 @@ namespace OpenSim.Framework.Console | |||
232 | { | 232 | { |
233 | } | 233 | } |
234 | } | 234 | } |
235 | 235 | ||
236 | public string ReadLine() | 236 | public string ReadLine() |
237 | { | 237 | { |
238 | try | 238 | try |
@@ -245,7 +245,7 @@ namespace OpenSim.Framework.Console | |||
245 | return String.Empty; | 245 | return String.Empty; |
246 | } | 246 | } |
247 | } | 247 | } |
248 | 248 | ||
249 | public int Read() | 249 | public int Read() |
250 | { | 250 | { |
251 | return System.Console.Read(); | 251 | return System.Console.Read(); |