From 31b0f07085eafd63039681b6c57aca289b9fe532 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 6 Jan 2009 18:26:27 +0000 Subject: * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with terminology used elsewhere * Last build break was probably a Bamboo failure - hopefully this should succeed --- OpenSim/Framework/Communications/Capabilities/CapsUtil.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework/Communications/Capabilities') 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 return "/CAPS/" + capsObjectPath + "0000/"; } - public static string GetRandomCapsPath() + /// + /// Get a random CAPS object path component that will be used as the identifying part of all future CAPS requests + /// + /// + public static string GetRandomCapsObjectPath() { UUID caps = UUID.Random(); string capsPath = caps.ToString(); -- cgit v1.1