diff options
author | UbitUmarov | 2012-09-24 21:22:08 +0100 |
---|---|---|
committer | UbitUmarov | 2012-09-24 21:22:08 +0100 |
commit | ca67ee60ac0e0c26d6d32fc68d48ef63570f034d (patch) | |
tree | e87d8623aa44927b220e783d7265a50af10b295f /OpenSim/Region/OptionalModules/Agent | |
parent | Merge branch 'ubitwork' into avination (diff) | |
download | opensim-SC-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.zip opensim-SC-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.tar.gz opensim-SC-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.tar.bz2 opensim-SC-ca67ee60ac0e0c26d6d32fc68d48ef63570f034d.tar.xz |
add missing transactionID in SendInventoryItemCreateUpdate. and make use
of it on inventoryAccessModule, etc. Most likelly it's needs where there
is a transactionID not zero
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index 3b83e58..a484300 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1100,7 +1100,12 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1100 | 1100 | ||
1101 | public void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId) | 1101 | public void SendInventoryItemCreateUpdate(InventoryItemBase Item, uint callbackId) |
1102 | { | 1102 | { |
1103 | 1103 | ||
1104 | } | ||
1105 | |||
1106 | public void SendInventoryItemCreateUpdate(InventoryItemBase Item, UUID transactionID, uint callbackId) | ||
1107 | { | ||
1108 | |||
1104 | } | 1109 | } |
1105 | 1110 | ||
1106 | public void SendRemoveInventoryItem(UUID itemID) | 1111 | public void SendRemoveInventoryItem(UUID itemID) |