aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorMelanie2009-10-30 19:44:01 +0000
committerMelanie2009-10-30 19:44:01 +0000
commit39f95e8cf0b18c25c4225336619048ef9fee9707 (patch)
treed585473e145ae141d016bea4620e57d5196bf68e /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-39f95e8cf0b18c25c4225336619048ef9fee9707.zip
opensim-SC_OLD-39f95e8cf0b18c25c4225336619048ef9fee9707.tar.gz
opensim-SC_OLD-39f95e8cf0b18c25c4225336619048ef9fee9707.tar.bz2
opensim-SC_OLD-39f95e8cf0b18c25c4225336619048ef9fee9707.tar.xz
Add a using for OSD to the client view
Diffstat (limited to '')
-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;