diff options
author | Jeff Ames | 2009-02-22 09:02:27 +0000 |
---|---|---|
committer | Jeff Ames | 2009-02-22 09:02:27 +0000 |
commit | dd828956e6d8cea20313ad78b596ca4ec3750d8a (patch) | |
tree | f8cb726e98e9ecf8d9389af0a45912c435b17881 /OpenSim/Client/MXP/MXPUtil.cs | |
parent | * There's always something. Fixes MXP Server so that when it starts up, it ac... (diff) | |
download | opensim-SC_OLD-dd828956e6d8cea20313ad78b596ca4ec3750d8a.zip opensim-SC_OLD-dd828956e6d8cea20313ad78b596ca4ec3750d8a.tar.gz opensim-SC_OLD-dd828956e6d8cea20313ad78b596ca4ec3750d8a.tar.bz2 opensim-SC_OLD-dd828956e6d8cea20313ad78b596ca4ec3750d8a.tar.xz |
Update svn properties.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Client/MXP/MXPUtil.cs | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/OpenSim/Client/MXP/MXPUtil.cs b/OpenSim/Client/MXP/MXPUtil.cs index 7ca4533..674842b 100644 --- a/OpenSim/Client/MXP/MXPUtil.cs +++ b/OpenSim/Client/MXP/MXPUtil.cs | |||
@@ -1,15 +1,15 @@ | |||
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 | 5 | ||
6 | namespace OpenSim.Client.MXP | 6 | namespace OpenSim.Client.MXP |
7 | { | 7 | { |
8 | static class MXPUtil | 8 | static class MXPUtil |
9 | { | 9 | { |
10 | public static string GenerateMXPURL(string server, int port, UUID bubbleID, Vector3 location) | 10 | public static string GenerateMXPURL(string server, int port, UUID bubbleID, Vector3 location) |
11 | { | 11 | { |
12 | return string.Format("mxp://{0}:{1}/{2}/{3}", server, port, bubbleID.Guid, location); | 12 | return string.Format("mxp://{0}:{1}/{2}/{3}", server, port, bubbleID.Guid, location); |
13 | } | 13 | } |
14 | } | 14 | } |
15 | } | 15 | } |