mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Replaced GridHTTPServer and UserHTTPServer with BaseHttpServer
* Now dumping default value in config. *
This commit is contained in:
@@ -17,8 +17,8 @@ namespace OpenSim.Scripting.EmbeddedJVM
|
||||
private ushort _interfaceCount;
|
||||
private ushort _fieldCount;
|
||||
private ushort _methodCount;
|
||||
private ushort _attributeCount;
|
||||
private string _name;
|
||||
//private ushort _attributeCount;
|
||||
//private string _name;
|
||||
public Dictionary<string, BaseType> StaticFields = new Dictionary<string, BaseType>();
|
||||
public PoolClass mClass;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user