aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorJeff Ames2009-05-25 01:59:50 +0000
committerJeff Ames2009-05-25 01:59:50 +0000
commitd4957dd9be8ef4484478510f5d3c6c974d3afe26 (patch)
treebf83a8eb978a776f188f7888f348401672ae298c /OpenSim/Region
parent* Disabled NAT translation support for a little while. (diff)
downloadopensim-SC_OLD-d4957dd9be8ef4484478510f5d3c6c974d3afe26.zip
opensim-SC_OLD-d4957dd9be8ef4484478510f5d3c6c974d3afe26.tar.gz
opensim-SC_OLD-d4957dd9be8ef4484478510f5d3c6c974d3afe26.tar.bz2
opensim-SC_OLD-d4957dd9be8ef4484478510f5d3c6c974d3afe26.tar.xz
Update svn properties.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Framework/Interfaces/ITeleportModule.cs28
1 files changed, 14 insertions, 14 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/ITeleportModule.cs b/OpenSim/Region/Framework/Interfaces/ITeleportModule.cs
index 5365094..6a34a1e 100644
--- a/OpenSim/Region/Framework/Interfaces/ITeleportModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/ITeleportModule.cs
@@ -1,14 +1,14 @@
1using System; 1using System;
2using System.Collections.Generic; 2using System.Collections.Generic;
3using System.Text; 3using System.Text;
4using OpenMetaverse; 4using OpenMetaverse;
5using OpenSim.Region.Framework.Scenes; 5using OpenSim.Region.Framework.Scenes;
6 6
7namespace OpenSim.Region.Framework.Interfaces 7namespace OpenSim.Region.Framework.Interfaces
8{ 8{
9 public interface ITeleportModule 9 public interface ITeleportModule
10 { 10 {
11 void RequestTeleportToLocation(ScenePresence avatar, ulong regionHandle, Vector3 position, 11 void RequestTeleportToLocation(ScenePresence avatar, ulong regionHandle, Vector3 position,
12 Vector3 lookAt, uint teleportFlags); 12 Vector3 lookAt, uint teleportFlags);
13 } 13 }
14} 14}