diff options
author | Jeff Ames | 2009-06-10 04:28:56 +0000 |
---|---|---|
committer | Jeff Ames | 2009-06-10 04:28:56 +0000 |
commit | a23d64dec1cbf88abc3c7e84664a683dee534e4a (patch) | |
tree | 7e85403f29839775209481ba7f6ee55aac56f209 /OpenSim/Framework/IClientAPI.cs | |
parent | Letting the Flotsam cache be enabled even when [AssetCache] section is missin... (diff) | |
download | opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.zip opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.gz opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.bz2 opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.xz |
Formatting cleanup.
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, |