--- trunk/ModularRex/RexNetwork/ClientViews/NaaliClientView.cs 2009/09/11 10:38:01 209 +++ trunk/ModularRex/RexNetwork/ClientViews/NaaliClientView.cs 2009/09/11 11:16:33 211 @@ -11,10 +11,12 @@ namespace ModularRex.RexNetwork { - //TODO: RENAME! + /// + /// This client view is ment for realXtend Naali. This may not be compatible with LL client nor older realXtend clients. + /// public class NaaliClientView : RexClientViewBase { - public NaaliClientView(EndPoint remoteEP, IScene scene, IAssetCache assetCache, + public NaaliClientView(EndPoint remoteEP, IScene scene, LLPacketServer packServer, AuthenticateResponse authenSessions, UUID agentId, UUID sessionId, uint circuitCode, EndPoint proxyEP, ClientStackUserSettings userSettings) : base(remoteEP, scene, packServer, authenSessions, agentId,