From ee205e7e812e170f670e690a4e0fa9caa652f226 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 1 Oct 2009 01:00:09 +0900 Subject: Formatting cleanup. --- OpenSim/Framework/IClientAPI.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'OpenSim/Framework/IClientAPI.cs') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 444adf9..4bc35e6 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -810,7 +810,7 @@ namespace OpenSim.Framework /// void Start(); - void Stop(); + void Stop(); // void ActivateGesture(UUID assetId, UUID gestureId); @@ -824,7 +824,7 @@ namespace OpenSim.Framework /// /// The id of the agent associated with the appearance /// - /// + /// void SendAppearance(UUID agentID, byte[] visualParams, byte[] textureEntry); void SendStartPingCheck(byte seq); @@ -833,7 +833,7 @@ namespace OpenSim.Framework /// Tell the client that an object has been deleted /// /// - /// + /// void SendKillObject(ulong regionHandle, uint localID); void SendAnimations(UUID[] animID, int[] seqs, UUID sourceAgentId, UUID[] objectIDs); -- cgit v1.1