diff options
author | Jeff Ames | 2009-05-25 01:59:50 +0000 |
---|---|---|
committer | Jeff Ames | 2009-05-25 01:59:50 +0000 |
commit | d4957dd9be8ef4484478510f5d3c6c974d3afe26 (patch) | |
tree | bf83a8eb978a776f188f7888f348401672ae298c /OpenSim/Region/Framework | |
parent | * Disabled NAT translation support for a little while. (diff) | |
download | opensim-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/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/ITeleportModule.cs | 28 |
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 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using OpenMetaverse; | 4 | using OpenMetaverse; |
5 | using OpenSim.Region.Framework.Scenes; | 5 | using OpenSim.Region.Framework.Scenes; |
6 | 6 | ||
7 | namespace OpenSim.Region.Framework.Interfaces | 7 | namespace 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 | } |