aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/ServerMain.cs
diff options
context:
space:
mode:
authorDiva Canto2010-04-14 10:36:03 -0700
committerDiva Canto2010-04-14 10:36:03 -0700
commitbdc03dbff958459d0e2fd96045a859455293bf37 (patch)
tree576ce349892b10976a3b56a0bd39efd631bd7e51 /OpenSim/Server/ServerMain.cs
parentApplying patch from lkalif to add support for inventory links to the SimianGr... (diff)
downloadopensim-SC_OLD-bdc03dbff958459d0e2fd96045a859455293bf37.zip
opensim-SC_OLD-bdc03dbff958459d0e2fd96045a859455293bf37.tar.gz
opensim-SC_OLD-bdc03dbff958459d0e2fd96045a859455293bf37.tar.bz2
opensim-SC_OLD-bdc03dbff958459d0e2fd96045a859455293bf37.tar.xz
* Added 32bitLauncher for Robust. Still need to test it on a 64 bit machine.
* PrimitiveBaseShape wants to be be committed too -- EOF.
Diffstat (limited to '')
-rw-r--r--OpenSim/Server/ServerMain.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/ServerMain.cs b/OpenSim/Server/ServerMain.cs
index 10cd9c5..d3e65a4 100644
--- a/OpenSim/Server/ServerMain.cs
+++ b/OpenSim/Server/ServerMain.cs
@@ -47,7 +47,7 @@ namespace OpenSim.Server
47 protected static List<IServiceConnector> m_ServiceConnectors = 47 protected static List<IServiceConnector> m_ServiceConnectors =
48 new List<IServiceConnector>(); 48 new List<IServiceConnector>();
49 49
50 static int Main(string[] args) 50 public static int Main(string[] args)
51 { 51 {
52 m_Server = new HttpServerBase("R.O.B.U.S.T.", args); 52 m_Server = new HttpServerBase("R.O.B.U.S.T.", args);
53 53