From cb624a4d4586de1b66b646a2d04c56bb988f921e Mon Sep 17 00:00:00 2001 From: MW Date: Sun, 10 Jun 2007 12:25:39 +0000 Subject: Renamed folder --- OpenSim/OpenSim.World/Avatar.Client.cs | 48 ---------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 OpenSim/OpenSim.World/Avatar.Client.cs (limited to 'OpenSim/OpenSim.World/Avatar.Client.cs') diff --git a/OpenSim/OpenSim.World/Avatar.Client.cs b/OpenSim/OpenSim.World/Avatar.Client.cs deleted file mode 100644 index c180b36..0000000 --- a/OpenSim/OpenSim.World/Avatar.Client.cs +++ /dev/null @@ -1,48 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; -using libsecondlife.Packets; - -namespace OpenSim.Region -{ - partial class Avatar - { - private List updateList = new List(); - private List interestList = new List(); - - /// - /// Forwards a packet to the Avatar's client (IClientAPI object). - /// Note: Quite likely to be obsolete once the Client API is finished - /// - /// - public void SendPacketToViewer(Packet packet) - { - this.ControllingClient.OutPacket(packet); - } - - /// - /// - /// - /// - public void AddTerseUpdateToViewersList(ImprovedTerseObjectUpdatePacket.ObjectDataBlock terseBlock) - { - - } - - /// - /// - /// - public void SendUpdateListToViewer() - { - - } - - /// - /// - /// - private void UpdateInterestList() - { - - } - } -} -- cgit v1.1