From 215f423cbe18fe9ca14a26caef918d303bad28ff Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:11 -0500 Subject: Second Life viewer sources 1.18.4.0-RC --- linden/indra/newview/llviewerregion.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'linden/indra/newview/llviewerregion.h') diff --git a/linden/indra/newview/llviewerregion.h b/linden/indra/newview/llviewerregion.h index 6407f0c..d759361 100644 --- a/linden/indra/newview/llviewerregion.h +++ b/linden/indra/newview/llviewerregion.h @@ -2,6 +2,8 @@ * @file llviewerregion.h * @brief Description of the LLViewerRegion class. * + * $LicenseInfo:firstyear=2001&license=viewergpl$ + * * Copyright (c) 2001-2007, Linden Research, Inc. * * Second Life Viewer Source Code @@ -24,6 +26,7 @@ * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, * COMPLETENESS OR PERFORMANCE. + * $/LicenseInfo$ */ #ifndef LL_LLVIEWERREGION_H @@ -262,7 +265,13 @@ public: LLStat mPacketsStat; LLStat mPacketsLostStat; + // These arrays are maintained in parallel. Ideally they'd be combined into a + // single array of an aggrigate data type but for compatibility with the old + // messaging system in which the previous message only sends and parses the + // positions stored in the first array so they're maintained separately until + // we stop supporting the old CoarseLocationUpdate message. LLDynamicArray mMapAvatars; + LLDynamicArray mMapAvatarIDs; protected: // The surfaces and other layers @@ -388,3 +397,4 @@ inline BOOL LLViewerRegion::getRestrictPushObject() const #endif + -- cgit v1.1