diff options
author | Melanie | 2013-02-07 22:25:28 +0000 |
---|---|---|
committer | Melanie | 2013-02-07 22:25:28 +0000 |
commit | 7bf33d333af6e7393a05940d1ab436f5dce73814 (patch) | |
tree | 481c437693114ddccbb48dbe53023c183b015942 /OpenSim/Region/OptionalModules/Agent | |
parent | Send the new physics params to the viewer build dialog (diff) | |
download | opensim-SC_OLD-7bf33d333af6e7393a05940d1ab436f5dce73814.zip opensim-SC_OLD-7bf33d333af6e7393a05940d1ab436f5dce73814.tar.gz opensim-SC_OLD-7bf33d333af6e7393a05940d1ab436f5dce73814.tar.bz2 opensim-SC_OLD-7bf33d333af6e7393a05940d1ab436f5dce73814.tar.xz |
Plumb the path from the client to the extra physics params and back
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent')
-rw-r--r-- | OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs index 781539a..0ac56fa 100644 --- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs +++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs | |||
@@ -1678,5 +1678,10 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server | |||
1678 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) | 1678 | public void SendPlacesReply(UUID queryID, UUID transactionID, PlacesReplyData[] data) |
1679 | { | 1679 | { |
1680 | } | 1680 | } |
1681 | |||
1682 | public void SendPartPhysicsProprieties(ISceneEntity entity) | ||
1683 | { | ||
1684 | } | ||
1685 | |||
1681 | } | 1686 | } |
1682 | } | 1687 | } |