Annotation of /trunk/ModularRex/RexNetwork/ClientViews/NaaliClientView.cs
Parent Directory
|
Revision Log
Revision 170 -
(view)
(download)
Original Path: trunk/ModularRex/RexNetwork/RexClientViewNG.cs
| 1 : | mikkopa | 170 | using System; |
| 2 : | using System.Collections.Generic; | ||
| 3 : | using System.Text; | ||
| 4 : | using OpenMetaverse; | ||
| 5 : | using ModularRex.RexFramework; | ||
| 6 : | using System.Net; | ||
| 7 : | using OpenSim.Framework; | ||
| 8 : | using OpenSim.Region.ClientStack.LindenUDP; | ||
| 9 : | using OpenSim.Region.ClientStack; | ||
| 10 : | |||
| 11 : | namespace ModularRex.RexNetwork | ||
| 12 : | { | ||
| 13 : | //TODO: RENAME! | ||
| 14 : | public class RexClientViewNG : RexClientViewBase | ||
| 15 : | { | ||
| 16 : | public RexClientViewNG(EndPoint remoteEP, IScene scene, IAssetCache assetCache, | ||
| 17 : | LLPacketServer packServer, AuthenticateResponse authenSessions, UUID agentId, | ||
| 18 : | UUID sessionId, uint circuitCode, EndPoint proxyEP, ClientStackUserSettings userSettings) | ||
| 19 : | : base(remoteEP, scene, assetCache, packServer, authenSessions, agentId, | ||
| 20 : | sessionId, circuitCode, proxyEP, userSettings) | ||
| 21 : | { | ||
| 22 : | } | ||
| 23 : | |||
| 24 : | public override void SendRexObjectProperties(UUID id, RexObjectProperties x) | ||
| 25 : | { | ||
| 26 : | //TODO: implement | ||
| 27 : | } | ||
| 28 : | } | ||
| 29 : | } |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

