diff options
author | Jeff Ames | 2009-07-23 15:32:11 +0000 |
---|---|---|
committer | Jeff Ames | 2009-07-23 15:32:11 +0000 |
commit | a133e83f3ab38ad7abf0b3c591421d3eac418c0c (patch) | |
tree | 0c0de3d37510a54d8668402d310fc0cf7e8c255d /OpenSim/Framework/IClientAPI.cs | |
parent | Minor: rename libsl to libomv in Contributors.txt. (diff) | |
download | opensim-SC_OLD-a133e83f3ab38ad7abf0b3c591421d3eac418c0c.zip opensim-SC_OLD-a133e83f3ab38ad7abf0b3c591421d3eac418c0c.tar.gz opensim-SC_OLD-a133e83f3ab38ad7abf0b3c591421d3eac418c0c.tar.bz2 opensim-SC_OLD-a133e83f3ab38ad7abf0b3c591421d3eac418c0c.tar.xz |
Formatting cleanup.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 52d9716..f95fb03 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -129,7 +129,7 @@ namespace OpenSim.Framework | |||
129 | 129 | ||
130 | public delegate void UpdatePrimSingleRotation(uint localID, Quaternion rot, IClientAPI remoteClient); | 130 | public delegate void UpdatePrimSingleRotation(uint localID, Quaternion rot, IClientAPI remoteClient); |
131 | 131 | ||
132 | public delegate void UpdatePrimSingleRotationPosition( uint localID, Quaternion rot, Vector3 pos, IClientAPI remoteClient); | 132 | public delegate void UpdatePrimSingleRotationPosition(uint localID, Quaternion rot, Vector3 pos, IClientAPI remoteClient); |
133 | 133 | ||
134 | public delegate void UpdatePrimGroupRotation(uint localID, Vector3 pos, Quaternion rot, IClientAPI remoteClient); | 134 | public delegate void UpdatePrimGroupRotation(uint localID, Vector3 pos, Quaternion rot, IClientAPI remoteClient); |
135 | 135 | ||
@@ -140,7 +140,6 @@ namespace OpenSim.Framework | |||
140 | bool BypassRaycast, bool RayEndIsIntersection, bool CopyCenters, | 140 | bool BypassRaycast, bool RayEndIsIntersection, bool CopyCenters, |
141 | bool CopyRotates); | 141 | bool CopyRotates); |
142 | 142 | ||
143 | |||
144 | public delegate void StatusChange(bool status); | 143 | public delegate void StatusChange(bool status); |
145 | 144 | ||
146 | public delegate void NewAvatar(IClientAPI remoteClient, UUID agentID, bool status); | 145 | public delegate void NewAvatar(IClientAPI remoteClient, UUID agentID, bool status); |
@@ -151,8 +150,7 @@ namespace OpenSim.Framework | |||
151 | 150 | ||
152 | public delegate void AgentSit(IClientAPI remoteClient, UUID agentID); | 151 | public delegate void AgentSit(IClientAPI remoteClient, UUID agentID); |
153 | 152 | ||
154 | public delegate void AvatarPickerRequest(IClientAPI remoteClient, UUID agentdata, UUID queryID, string UserQuery | 153 | public delegate void AvatarPickerRequest(IClientAPI remoteClient, UUID agentdata, UUID queryID, string UserQuery); |
155 | ); | ||
156 | 154 | ||
157 | public delegate void GrabObject( | 155 | public delegate void GrabObject( |
158 | uint localID, Vector3 pos, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs); | 156 | uint localID, Vector3 pos, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs); |
@@ -161,8 +159,7 @@ namespace OpenSim.Framework | |||
161 | uint localID, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs); | 159 | uint localID, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs); |
162 | 160 | ||
163 | public delegate void MoveObject( | 161 | public delegate void MoveObject( |
164 | UUID objectID, Vector3 offset, Vector3 grapPos, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs | 162 | UUID objectID, Vector3 offset, Vector3 grapPos, IClientAPI remoteClient, List<SurfaceTouchEventArgs> surfaceArgs); |
165 | ); | ||
166 | 163 | ||
167 | public delegate void SpinStart(UUID objectID, IClientAPI remoteClient); | 164 | public delegate void SpinStart(UUID objectID, IClientAPI remoteClient); |
168 | public delegate void SpinObject(UUID objectID, Quaternion rotation, IClientAPI remoteClient); | 165 | public delegate void SpinObject(UUID objectID, Quaternion rotation, IClientAPI remoteClient); |