From 07b8d51da8186e537da35c1d56d176b4843d8eaa Mon Sep 17 00:00:00 2001 From: Mike Mazur Date: Mon, 16 Feb 2009 02:27:17 +0000 Subject: AssetInventoryServer now compiles while using the standard OpenSim console and HttpServer. It doesn't work though. --- OpenSim/Grid/AssetInventoryServer/Main.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'OpenSim/Grid/AssetInventoryServer/Main.cs') diff --git a/OpenSim/Grid/AssetInventoryServer/Main.cs b/OpenSim/Grid/AssetInventoryServer/Main.cs index 894a32a..2f01281 100644 --- a/OpenSim/Grid/AssetInventoryServer/Main.cs +++ b/OpenSim/Grid/AssetInventoryServer/Main.cs @@ -50,8 +50,9 @@ namespace OpenSim.Grid.AssetInventoryServer Environment.Exit(0); }; - while (true) - Console.ReadLine(); + server.Work(); + //while (true) + // Console.ReadLine(); } #else ServiceBase[] servicesToRun = new ServiceBase[] { new AssetInventoryServer() }; -- cgit v1.1