mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple
console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :)
This commit is contained in:
@@ -29,9 +29,9 @@ namespace OpenSim.Framework.Console
|
||||
{
|
||||
public class MainConsole
|
||||
{
|
||||
private static ConsoleBase instance;
|
||||
private static CommandConsole instance;
|
||||
|
||||
public static ConsoleBase Instance
|
||||
public static CommandConsole Instance
|
||||
{
|
||||
get { return instance; }
|
||||
set { instance = value; }
|
||||
|
||||
Reference in New Issue
Block a user