From 56802afff4ce1585dba96ba49be02bc34a5c29e0 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 26 Jun 2008 20:04:06 +0000 Subject: Update svn properties. Minor formatting cleanup. --- OpenSim/Framework/IClientAPI.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'OpenSim/Framework/IClientAPI.cs') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 8eb82b2..5b0726b 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -37,11 +37,9 @@ namespace OpenSim.Framework public interface IEventArgs { IScene Scene { get; set; } - IClientAPI Sender { get; set; } } - public delegate void ViewerEffectEventHandler(IClientAPI sender, List args); public delegate void ChatFromViewer(Object sender, ChatFromViewerArgs e); @@ -281,6 +279,7 @@ namespace OpenSim.Framework public LLVector3 UserLocation; public LLVector3 UserLookAt; } + public class RegionHandshakeArgs : EventArgs { public bool isEstateManager; @@ -358,6 +357,7 @@ namespace OpenSim.Framework public int SourceType; public LLUUID TransferID; } + public class AgentUpdateArgs : EventArgs { public LLUUID AgentID; @@ -644,7 +644,6 @@ namespace OpenSim.Framework public delegate void EstateTeleportOneUserHomeRequest(IClientAPI remoteClient, LLUUID invoice, LLUUID senderID, LLUUID prey); public delegate void ScriptReset(IClientAPI remoteClient, LLUUID objectID, LLUUID itemID); - public interface IClientAPI { LLVector3 StartPos { get; set; } @@ -681,8 +680,6 @@ namespace OpenSim.Framework set; } - - [Obsolete("LLClientView Specific - Circuits are unique to LLClientView")] uint CircuitCode { get; } [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] -- cgit v1.1