aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/AssetInventoryServer/Main.cs
diff options
context:
space:
mode:
authorMike Mazur2009-02-16 02:27:17 +0000
committerMike Mazur2009-02-16 02:27:17 +0000
commit07b8d51da8186e537da35c1d56d176b4843d8eaa (patch)
tree9ae3581af0ca34a4210b77ca304d9ba75440fb51 /OpenSim/Grid/AssetInventoryServer/Main.cs
parentUpdate to new generic DataPluginFactory calls. (diff)
downloadopensim-SC_OLD-07b8d51da8186e537da35c1d56d176b4843d8eaa.zip
opensim-SC_OLD-07b8d51da8186e537da35c1d56d176b4843d8eaa.tar.gz
opensim-SC_OLD-07b8d51da8186e537da35c1d56d176b4843d8eaa.tar.bz2
opensim-SC_OLD-07b8d51da8186e537da35c1d56d176b4843d8eaa.tar.xz
AssetInventoryServer now compiles while using the standard OpenSim
console and HttpServer. It doesn't work though.
Diffstat (limited to 'OpenSim/Grid/AssetInventoryServer/Main.cs')
-rw-r--r--OpenSim/Grid/AssetInventoryServer/Main.cs5
1 files changed, 3 insertions, 2 deletions
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
50 Environment.Exit(0); 50 Environment.Exit(0);
51 }; 51 };
52 52
53 while (true) 53 server.Work();
54 Console.ReadLine(); 54 //while (true)
55 // Console.ReadLine();
55 } 56 }
56#else 57#else
57 ServiceBase[] servicesToRun = new ServiceBase[] { new AssetInventoryServer() }; 58 ServiceBase[] servicesToRun = new ServiceBase[] { new AssetInventoryServer() };