diff options
author | John Hurliman | 2010-03-07 16:05:12 -0800 |
---|---|---|
committer | John Hurliman | 2010-03-07 16:05:12 -0800 |
commit | d71ed7081b2267ff056927c97ac8ef32466f7b96 (patch) | |
tree | d5308dc67cde3e7aa5c3d323598b49c449529a31 /OpenSim/Client/Sirikata | |
parent | * Updated to libomv r3268 which fixes the mapping for OpenJPEG on 64-bit syst... (diff) | |
parent | Bug fix: correct name of methods in user accounts connector. (diff) | |
download | opensim-SC_OLD-d71ed7081b2267ff056927c97ac8ef32466f7b96.zip opensim-SC_OLD-d71ed7081b2267ff056927c97ac8ef32466f7b96.tar.gz opensim-SC_OLD-d71ed7081b2267ff056927c97ac8ef32466f7b96.tar.bz2 opensim-SC_OLD-d71ed7081b2267ff056927c97ac8ef32466f7b96.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Client/Sirikata')
-rw-r--r-- | OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs index 56f5f8f..e2986d9 100644 --- a/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs +++ b/OpenSim/Client/Sirikata/ClientStack/SirikataClientView.cs | |||
@@ -1199,6 +1199,10 @@ namespace OpenSim.Client.Sirikata.ClientStack | |||
1199 | { | 1199 | { |
1200 | } | 1200 | } |
1201 | 1201 | ||
1202 | public void SendTextBoxRequest(string message, int chatChannel, string objectname, string ownerFirstName, string ownerLastName, UUID objectId) | ||
1203 | { | ||
1204 | } | ||
1205 | |||
1202 | #endregion | 1206 | #endregion |
1203 | } | 1207 | } |
1204 | } | 1208 | } |