aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2009-10-30 17:04:55 -0400
committerTeravus Ovares (Dan Olivares)2009-10-30 17:04:55 -0400
commit9d6a540198a3c54544a57950963596cfe4e9b571 (patch)
treed53f824bd9fbb0300e7cdecc33f9d60fc724c421 /OpenSim
parent* Moving A test from the OpenSim.Framework.ACL object to the OpenSim.Framewor... (diff)
parentAdd a using for OSD to the client view (diff)
downloadopensim-SC_OLD-9d6a540198a3c54544a57950963596cfe4e9b571.zip
opensim-SC_OLD-9d6a540198a3c54544a57950963596cfe4e9b571.tar.gz
opensim-SC_OLD-9d6a540198a3c54544a57950963596cfe4e9b571.tar.bz2
opensim-SC_OLD-9d6a540198a3c54544a57950963596cfe4e9b571.tar.xz
Merge branch 'master' of ssh://MyConnection/var/git/opensim
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index e513249..83b763e 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -37,6 +37,7 @@ using System.Xml;
37using log4net; 37using log4net;
38using OpenMetaverse; 38using OpenMetaverse;
39using OpenMetaverse.Packets; 39using OpenMetaverse.Packets;
40using OpenMetaverse.StructuredData;
40using OpenSim.Framework; 41using OpenSim.Framework;
41using OpenSim.Framework.Client; 42using OpenSim.Framework.Client;
42using OpenSim.Framework.Communications.Cache; 43using OpenSim.Framework.Communications.Cache;