aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common
diff options
context:
space:
mode:
authorDiva Canto2009-08-16 08:59:58 -0700
committerDiva Canto2009-08-16 08:59:58 -0700
commit6808b9109e33a111e3655ae214cd7b80ef3346f4 (patch)
tree02cddcbd4d6676dfc4840863e498943986b19c47 /OpenSim/Tests/Common
parentMerge branch 'master' into inventory-connector (diff)
parent* Implements ISecurityCredential member on SPAvatar, SPAvatarAttachment (diff)
downloadopensim-SC_OLD-6808b9109e33a111e3655ae214cd7b80ef3346f4.zip
opensim-SC_OLD-6808b9109e33a111e3655ae214cd7b80ef3346f4.tar.gz
opensim-SC_OLD-6808b9109e33a111e3655ae214cd7b80ef3346f4.tar.bz2
opensim-SC_OLD-6808b9109e33a111e3655ae214cd7b80ef3346f4.tar.xz
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim into inventory-connector
Diffstat (limited to 'OpenSim/Tests/Common')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index bf4ddf0..fe31729 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -120,6 +120,7 @@ namespace OpenSim.Tests.Common.Mock
120 public event ObjectExtraParams OnUpdateExtraParams; 120 public event ObjectExtraParams OnUpdateExtraParams;
121 public event RequestObjectPropertiesFamily OnRequestObjectPropertiesFamily; 121 public event RequestObjectPropertiesFamily OnRequestObjectPropertiesFamily;
122 public event ObjectSelect OnObjectSelect; 122 public event ObjectSelect OnObjectSelect;
123 public event ObjectRequest OnObjectRequest;
123 public event GenericCall7 OnObjectDescription; 124 public event GenericCall7 OnObjectDescription;
124 public event GenericCall7 OnObjectName; 125 public event GenericCall7 OnObjectName;
125 public event GenericCall7 OnObjectClickAction; 126 public event GenericCall7 OnObjectClickAction;