diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index d0ae186..5d169cf 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -192,7 +192,7 @@ namespace OpenSim.Framework | |||
192 | public delegate void ParcelReturnObjectsRequest( | 192 | public delegate void ParcelReturnObjectsRequest( |
193 | int local_id, uint return_type, UUID[] agent_ids, UUID[] selected_ids, IClientAPI remote_client); | 193 | int local_id, uint return_type, UUID[] agent_ids, UUID[] selected_ids, IClientAPI remote_client); |
194 | 194 | ||
195 | public delegate void ParcelDeedToGroup( int local_id, UUID group_id, IClientAPI remote_client); | 195 | public delegate void ParcelDeedToGroup(int local_id, UUID group_id, IClientAPI remote_client); |
196 | 196 | ||
197 | public delegate void EstateOwnerMessageRequest( | 197 | public delegate void EstateOwnerMessageRequest( |
198 | UUID AgentID, UUID SessionID, UUID TransactionID, UUID Invoice, byte[] Method, byte[][] Parameters, | 198 | UUID AgentID, UUID SessionID, UUID TransactionID, UUID Invoice, byte[] Method, byte[][] Parameters, |