aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llbase32.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llbase32.h')
-rw-r--r--linden/indra/llcommon/llbase32.h39
1 files changed, 20 insertions, 19 deletions
diff --git a/linden/indra/llcommon/llbase32.h b/linden/indra/llcommon/llbase32.h
index eaf3efc..198c5c6 100644
--- a/linden/indra/llcommon/llbase32.h
+++ b/linden/indra/llcommon/llbase32.h
@@ -1,10 +1,11 @@
1/** 1/**
2 * @file llbase32.h 2 * @file llbase32.h
3 * @brief base32 encoding that returns a std::string 3 * @brief base32 encoding that returns a std::string
4 * @author James Cook 4 * @author James Cook
5 * 5 *
6 * Copyright (c) 2007-2007, Linden Research, Inc. 6 * Copyright (c) 2007-2007, Linden Research, Inc.
7 * 7 *
8 * Second Life Viewer Source Code
8 * The source code in this file ("Source Code") is provided by Linden Lab 9 * The source code in this file ("Source Code") is provided by Linden Lab
9 * to you under the terms of the GNU General Public License, version 2.0 10 * to you under the terms of the GNU General Public License, version 2.0
10 * ("GPL"), unless you have obtained a separate licensing agreement 11 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -23,16 +24,16 @@
23 * 24 *
24 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 25 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
25 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 26 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
26 * COMPLETENESS OR PERFORMANCE. 27 * COMPLETENESS OR PERFORMANCE.
27 */ 28 */
28 29
29#ifndef LLBASE32_H 30#ifndef LLBASE32_H
30#define LLBASE32_h 31#define LLBASE32_h
31 32
32class LLBase32 33class LLBase32
33{ 34{
34public: 35public:
35 static std::string encode(const U8* input, size_t input_size); 36 static std::string encode(const U8* input, size_t input_size);
36}; 37};
37 38
38#endif 39#endif