diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Capabilities/CapsUtil.cs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/Capabilities/CapsUtil.cs b/OpenSim/Framework/Communications/Capabilities/CapsUtil.cs index fe9780d..829b4e5 100644 --- a/OpenSim/Framework/Communications/Capabilities/CapsUtil.cs +++ b/OpenSim/Framework/Communications/Capabilities/CapsUtil.cs | |||
@@ -45,7 +45,11 @@ namespace OpenSim.Framework.Communications.Capabilities | |||
45 | return "/CAPS/" + capsObjectPath + "0000/"; | 45 | return "/CAPS/" + capsObjectPath + "0000/"; |
46 | } | 46 | } |
47 | 47 | ||
48 | public static string GetRandomCapsPath() | 48 | /// <summary> |
49 | /// Get a random CAPS object path component that will be used as the identifying part of all future CAPS requests | ||
50 | /// </summary> | ||
51 | /// <returns></returns> | ||
52 | public static string GetRandomCapsObjectPath() | ||
49 | { | 53 | { |
50 | UUID caps = UUID.Random(); | 54 | UUID caps = UUID.Random(); |
51 | string capsPath = caps.ToString(); | 55 | string capsPath = caps.ToString(); |