From b2afb8800bb033a04bb3ecdf0363068d56648ef1 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:54 -0500 Subject: Second Life viewer sources 1.15.0.2 --- linden/indra/llmath/lluuid.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'linden/indra/llmath/lluuid.cpp') diff --git a/linden/indra/llmath/lluuid.cpp b/linden/indra/llmath/lluuid.cpp index b943fd9..78dc8e6 100644 --- a/linden/indra/llmath/lluuid.cpp +++ b/linden/indra/llmath/lluuid.cpp @@ -3,6 +3,7 @@ * * Copyright (c) 2000-2007, Linden Research, Inc. * + * Second Life Viewer Source Code * The source code in this file ("Source Code") is provided by Linden Lab * to you under the terms of the GNU General Public License, version 2.0 * ("GPL"), unless you have obtained a separate licensing agreement @@ -174,6 +175,11 @@ void LLUUID::toCompressedString(char *out) const out[UUID_BYTES] = '\0'; } +std::string LLUUID::getString() const +{ + return asString(); +} + std::string LLUUID::asString() const { char str[UUID_STR_SIZE]; /* Flawfinder: ignore */ -- cgit v1.1