aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory/llpermissions.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llinventory/llpermissions.h')
-rw-r--r--linden/indra/llinventory/llpermissions.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/linden/indra/llinventory/llpermissions.h b/linden/indra/llinventory/llpermissions.h
index 9607a9b..9370d64 100644
--- a/linden/indra/llinventory/llpermissions.h
+++ b/linden/indra/llinventory/llpermissions.h
@@ -2,6 +2,8 @@
2 * @file llpermissions.h 2 * @file llpermissions.h
3 * @brief Permissions structures for objects. 3 * @brief Permissions structures for objects.
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 *
5 * Copyright (c) 2002-2007, Linden Research, Inc. 7 * Copyright (c) 2002-2007, Linden Research, Inc.
6 * 8 *
7 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
@@ -24,14 +26,12 @@
24 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 26 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
25 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 27 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
26 * COMPLETENESS OR PERFORMANCE. 28 * COMPLETENESS OR PERFORMANCE.
29 * $/LicenseInfo$
27 */ 30 */
28 31
29#ifndef LL_LLPERMISSIONS_H 32#ifndef LL_LLPERMISSIONS_H
30#define LL_LLPERMISSIONS_H 33#define LL_LLPERMISSIONS_H
31 34
32#include <stdio.h>
33#include <iostream>
34
35#include "llpermissionsflags.h" 35#include "llpermissionsflags.h"
36#include "llsd.h" 36#include "llsd.h"
37#include "lluuid.h" 37#include "lluuid.h"
@@ -41,6 +41,7 @@
41// prototypes 41// prototypes
42class LLMessageSystem; 42class LLMessageSystem;
43extern void mask_to_string(U32 mask, char* str); 43extern void mask_to_string(U32 mask, char* str);
44extern std::string mask_to_string(U32 mask);
44template<class T> class LLMetaClassT; 45template<class T> class LLMetaClassT;
45 46
46//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 47//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~