diff options
author | Teravus Ovares (Dan Olivares) | 2009-10-30 17:04:55 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-10-30 17:04:55 -0400 |
commit | 9d6a540198a3c54544a57950963596cfe4e9b571 (patch) | |
tree | d53f824bd9fbb0300e7cdecc33f9d60fc724c421 | |
parent | * Moving A test from the OpenSim.Framework.ACL object to the OpenSim.Framewor... (diff) | |
parent | Add a using for OSD to the client view (diff) | |
download | opensim-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
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
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; | |||
37 | using log4net; | 37 | using log4net; |
38 | using OpenMetaverse; | 38 | using OpenMetaverse; |
39 | using OpenMetaverse.Packets; | 39 | using OpenMetaverse.Packets; |
40 | using OpenMetaverse.StructuredData; | ||
40 | using OpenSim.Framework; | 41 | using OpenSim.Framework; |
41 | using OpenSim.Framework.Client; | 42 | using OpenSim.Framework.Client; |
42 | using OpenSim.Framework.Communications.Cache; | 43 | using OpenSim.Framework.Communications.Cache; |