diff options
author | Jacek Antonelli | 2008-08-15 23:45:11 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:11 -0500 |
commit | 215f423cbe18fe9ca14a26caef918d303bad28ff (patch) | |
tree | 0743442b286216cc8e19aa487c26f4e9345ffd64 /linden/indra/llmessage/mean_collision_data.h | |
parent | Second Life viewer sources 1.18.3.5-RC (diff) | |
download | meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.zip meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.gz meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.bz2 meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.xz |
Second Life viewer sources 1.18.4.0-RC
Diffstat (limited to 'linden/indra/llmessage/mean_collision_data.h')
-rw-r--r-- | linden/indra/llmessage/mean_collision_data.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/llmessage/mean_collision_data.h b/linden/indra/llmessage/mean_collision_data.h index a319640..1643c30 100644 --- a/linden/indra/llmessage/mean_collision_data.h +++ b/linden/indra/llmessage/mean_collision_data.h | |||
@@ -3,6 +3,8 @@ | |||
3 | * @brief data type to log interactions between stuff and agents that | 3 | * @brief data type to log interactions between stuff and agents that |
4 | * might be community standards violations | 4 | * might be community standards violations |
5 | * | 5 | * |
6 | * $LicenseInfo:firstyear=2000&license=viewergpl$ | ||
7 | * | ||
6 | * Copyright (c) 2000-2007, Linden Research, Inc. | 8 | * Copyright (c) 2000-2007, Linden Research, Inc. |
7 | * | 9 | * |
8 | * Second Life Viewer Source Code | 10 | * Second Life Viewer Source Code |
@@ -25,13 +27,14 @@ | |||
25 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 27 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
26 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 28 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
27 | * COMPLETENESS OR PERFORMANCE. | 29 | * COMPLETENESS OR PERFORMANCE. |
30 | * $/LicenseInfo$ | ||
28 | */ | 31 | */ |
29 | 32 | ||
30 | #ifndef LL_MEAN_COLLISIONS_DATA_H | 33 | #ifndef LL_MEAN_COLLISIONS_DATA_H |
31 | #define LL_MEAN_COLLISIONS_DATA_H | 34 | #define LL_MEAN_COLLISIONS_DATA_H |
32 | 35 | ||
33 | #include <time.h> | ||
34 | #include "lldbstrings.h" | 36 | #include "lldbstrings.h" |
37 | #include "lluuid.h" | ||
35 | 38 | ||
36 | const F32 MEAN_COLLISION_TIMEOUT = 5.f; | 39 | const F32 MEAN_COLLISION_TIMEOUT = 5.f; |
37 | const S32 MAX_MEAN_COLLISIONS = 5; | 40 | const S32 MAX_MEAN_COLLISIONS = 5; |