aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 5a5e5d0..8b1a982 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -816,7 +816,7 @@ namespace OpenSim.Framework
816 event TeleportCancel OnTeleportCancel; 816 event TeleportCancel OnTeleportCancel;
817 event DeRezObject OnDeRezObject; 817 event DeRezObject OnDeRezObject;
818 event RezRestoreToWorld OnRezRestoreToWorld; 818 event RezRestoreToWorld OnRezRestoreToWorld;
819 event Action<IClientAPI, uint> OnRegionHandShakeReply; 819 event Action<IClientAPI> OnRegionHandShakeReply;
820 event GenericCall1 OnRequestWearables; 820 event GenericCall1 OnRequestWearables;
821 event Action<IClientAPI, bool> OnCompleteMovementToRegion; 821 event Action<IClientAPI, bool> OnCompleteMovementToRegion;
822 822
@@ -1511,6 +1511,6 @@ namespace OpenSim.Framework
1511 void SendAgentTerseUpdate(ISceneEntity presence); 1511 void SendAgentTerseUpdate(ISceneEntity presence);
1512 1512
1513 void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data); 1513 void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data);
1514 void CheckViewerCaps(); 1514 uint GetViewerCaps();
1515 } 1515 }
1516} 1516}