| 11 |
|
|
| 12 |
namespace ModularRex.RexNetwork |
namespace ModularRex.RexNetwork |
| 13 |
{ |
{ |
| 14 |
//TODO: RENAME! |
/// <summary> |
| 15 |
public class RexClientViewNG : RexClientViewBase |
/// This client view is ment for realXtend Naali. This may not be compatible with LL client nor older realXtend clients. |
| 16 |
|
/// </summary> |
| 17 |
|
public class NaaliClientView : RexClientViewBase |
| 18 |
{ |
{ |
| 19 |
public RexClientViewNG(EndPoint remoteEP, IScene scene, IAssetCache assetCache, |
public NaaliClientView(EndPoint remoteEP, IScene scene, |
| 20 |
LLPacketServer packServer, AuthenticateResponse authenSessions, UUID agentId, |
LLPacketServer packServer, AuthenticateResponse authenSessions, UUID agentId, |
| 21 |
UUID sessionId, uint circuitCode, EndPoint proxyEP, ClientStackUserSettings userSettings) |
UUID sessionId, uint circuitCode, EndPoint proxyEP, ClientStackUserSettings userSettings) |
| 22 |
: base(remoteEP, scene, assetCache, packServer, authenSessions, agentId, |
: base(remoteEP, scene, packServer, authenSessions, agentId, |
| 23 |
sessionId, circuitCode, proxyEP, userSettings) |
sessionId, circuitCode, proxyEP, userSettings) |
| 24 |
{ |
{ |
| 25 |
OnBinaryGenericMessage -= base.RexClientView_BinaryGenericMessage; |
OnBinaryGenericMessage -= base.RexClientView_BinaryGenericMessage; |