diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmath/lluuid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llmath/lluuid.h b/linden/indra/llmath/lluuid.h index aeda734..99cd585 100644 --- a/linden/indra/llmath/lluuid.h +++ b/linden/indra/llmath/lluuid.h | |||
@@ -3,6 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (c) 2000-2007, Linden Research, Inc. | 4 | * Copyright (c) 2000-2007, Linden Research, Inc. |
5 | * | 5 | * |
6 | * Second Life Viewer Source Code | ||
6 | * The source code in this file ("Source Code") is provided by Linden Lab | 7 | * The source code in this file ("Source Code") is provided by Linden Lab |
7 | * to you under the terms of the GNU General Public License, version 2.0 | 8 | * to you under the terms of the GNU General Public License, version 2.0 |
8 | * ("GPL"), unless you have obtained a separate licensing agreement | 9 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -104,6 +105,7 @@ public: | |||
104 | void toCompressedString(char *out) const; // Does not allocate memory, needs 17 characters (including \0) | 105 | void toCompressedString(char *out) const; // Does not allocate memory, needs 17 characters (including \0) |
105 | 106 | ||
106 | std::string asString() const; | 107 | std::string asString() const; |
108 | std::string getString() const; | ||
107 | 109 | ||
108 | U16 getCRC16() const; | 110 | U16 getCRC16() const; |
109 | U32 getCRC32() const; | 111 | U32 getCRC32() const; |