aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/FunSLUDP/LLClientView.cs
diff options
context:
space:
mode:
authorMike Mazur2008-08-06 01:38:25 +0000
committerMike Mazur2008-08-06 01:38:25 +0000
commit548bcc265fdc473f4c186e15a80db8816228df30 (patch)
tree3cbf26c0b72fb7669faebd0e6647c8194437200c /OpenSim/Region/ClientStack/FunSLUDP/LLClientView.cs
parentRemove the manifests from the bin/ directory. (diff)
downloadopensim-SC_OLD-548bcc265fdc473f4c186e15a80db8816228df30.zip
opensim-SC_OLD-548bcc265fdc473f4c186e15a80db8816228df30.tar.gz
opensim-SC_OLD-548bcc265fdc473f4c186e15a80db8816228df30.tar.bz2
opensim-SC_OLD-548bcc265fdc473f4c186e15a80db8816228df30.tar.xz
Rename namespace to FunSL.
Diffstat (limited to 'OpenSim/Region/ClientStack/FunSLUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/FunSLUDP/LLClientView.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/FunSLUDP/LLClientView.cs b/OpenSim/Region/ClientStack/FunSLUDP/LLClientView.cs
index 4e9b1ae..a984173 100644
--- a/OpenSim/Region/ClientStack/FunSLUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/FunSLUDP/LLClientView.cs
@@ -40,11 +40,11 @@ using log4net;
40using OpenSim.Framework; 40using OpenSim.Framework;
41using OpenSim.Framework.Communications.Cache; 41using OpenSim.Framework.Communications.Cache;
42using OpenSim.Framework.Statistics; 42using OpenSim.Framework.Statistics;
43using OpenSim.Region.ClientStack.LindenUDP; 43using OpenSim.Region.ClientStack.FunSLUDP;
44using OpenSim.Region.Environment.Scenes; 44using OpenSim.Region.Environment.Scenes;
45using Timer = System.Timers.Timer; 45using Timer = System.Timers.Timer;
46 46
47namespace OpenSim.Region.ClientStack.LindenUDP 47namespace OpenSim.Region.ClientStack.FunSLUDP
48{ 48{
49 public delegate bool PacketMethod(IClientAPI simClient, Packet packet); 49 public delegate bool PacketMethod(IClientAPI simClient, Packet packet);
50 50