diff options
author | Melanie | 2012-03-15 10:24:40 +0100 |
---|---|---|
committer | Melanie | 2012-03-15 10:24:40 +0100 |
commit | b4adf652e70173775e3de01e2a556badb9fed8b4 (patch) | |
tree | 9d1a32d51ee3f96acf6f6a06b20dc9dcbd062429 /OpenSim/Framework | |
parent | Merge branch 'master' into careminster (diff) | |
parent | Playing with object costs CAPS ... (diff) | |
download | opensim-SC-b4adf652e70173775e3de01e2a556badb9fed8b4.zip opensim-SC-b4adf652e70173775e3de01e2a556badb9fed8b4.tar.gz opensim-SC-b4adf652e70173775e3de01e2a556badb9fed8b4.tar.bz2 opensim-SC-b4adf652e70173775e3de01e2a556badb9fed8b4.tar.xz |
Merge branch 'ubitwork'
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index c70b2a0..94acdba 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1320,6 +1320,8 @@ namespace OpenSim.Framework | |||
1320 | 1320 | ||
1321 | void SendObjectPropertiesReply(ISceneEntity Entity); | 1321 | void SendObjectPropertiesReply(ISceneEntity Entity); |
1322 | 1322 | ||
1323 | void SendPartPhysicsProprieties(ISceneEntity Entity); | ||
1324 | |||
1323 | void SendAgentOffline(UUID[] agentIDs); | 1325 | void SendAgentOffline(UUID[] agentIDs); |
1324 | 1326 | ||
1325 | void SendAgentOnline(UUID[] agentIDs); | 1327 | void SendAgentOnline(UUID[] agentIDs); |