aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/indra_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/indra_constants.h')
-rw-r--r--linden/indra/llcommon/indra_constants.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/linden/indra/llcommon/indra_constants.h b/linden/indra/llcommon/indra_constants.h
index 96c0a1f..34d1538 100644
--- a/linden/indra/llcommon/indra_constants.h
+++ b/linden/indra/llcommon/indra_constants.h
@@ -34,7 +34,9 @@
34#define LL_INDRA_CONSTANTS_H 34#define LL_INDRA_CONSTANTS_H
35 35
36#include "stdtypes.h" 36#include "stdtypes.h"
37#include "lluuid.h" 37#include "llpreprocessor.h"
38
39class LLUUID;
38 40
39// At 45 Hz collisions seem stable and objects seem 41// At 45 Hz collisions seem stable and objects seem
40// to settle down at a reasonable rate. 42// to settle down at a reasonable rate.
@@ -261,14 +263,15 @@ const U8 GOD_LIKE = 1;
261const U8 GOD_NOT = 0; 263const U8 GOD_NOT = 0;
262 264
263// "agent id" for things that should be done to ALL agents 265// "agent id" for things that should be done to ALL agents
264const LLUUID LL_UUID_ALL_AGENTS("44e87126-e794-4ded-05b3-7c42da3d5cdb"); 266extern const LLUUID LL_UUID_ALL_AGENTS;
267
268// inventory library owner
269extern const LLUUID ALEXANDRIA_LINDEN_ID;
265 270
266// Governor Linden's agent id. 271extern const LLUUID GOVERNOR_LINDEN_ID;
267const LLUUID ALEXANDRIA_LINDEN_ID("ba2a564a-f0f1-4b82-9c61-b7520bfcd09f"); 272extern const LLUUID REALESTATE_LINDEN_ID;
268const LLUUID GOVERNOR_LINDEN_ID("3d6181b0-6a4b-97ef-18d8-722652995cf1");
269const LLUUID REALESTATE_LINDEN_ID("3d6181b0-6a4b-97ef-18d8-722652995cf1");
270// Maintenance's group id. 273// Maintenance's group id.
271const LLUUID MAINTENANCE_GROUP_ID("dc7b21cd-3c89-fcaa-31c8-25f9ffd224cd"); 274extern const LLUUID MAINTENANCE_GROUP_ID;
272 275
273// Flags for kick message 276// Flags for kick message
274const U32 KICK_FLAGS_DEFAULT = 0x0; 277const U32 KICK_FLAGS_DEFAULT = 0x0;