diff options
author | Justin Clark-Casey (justincc) | 2010-07-14 23:29:04 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-07-14 23:29:04 +0100 |
commit | 99a6950b3089b7d945d2e7981780e44e469a4ed8 (patch) | |
tree | 9f1a58921f77da1e393352b1c1ed2e383f5da317 /OpenSim/Tests/Common/Mock/TestClient.cs | |
parent | improve closing of load/save iar streams in the event of a problem (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-99a6950b3089b7d945d2e7981780e44e469a4ed8.zip opensim-SC-99a6950b3089b7d945d2e7981780e44e469a4ed8.tar.gz opensim-SC-99a6950b3089b7d945d2e7981780e44e469a4ed8.tar.bz2 opensim-SC-99a6950b3089b7d945d2e7981780e44e469a4ed8.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index 496cfb8..999cf5e 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -630,10 +630,6 @@ namespace OpenSim.Tests.Common.Mock | |||
630 | { | 630 | { |
631 | } | 631 | } |
632 | 632 | ||
633 | public virtual void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID) | ||
634 | { | ||
635 | } | ||
636 | |||
637 | public virtual void SendDialog(string objectname, UUID objectID, string ownerFirstName, string ownerLastName, string msg, UUID textureID, int ch, string[] buttonlabels) | 633 | public virtual void SendDialog(string objectname, UUID objectID, string ownerFirstName, string ownerLastName, string msg, UUID textureID, int ch, string[] buttonlabels) |
638 | { | 634 | { |
639 | } | 635 | } |