From 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:50 -0500 Subject: Second Life viewer sources 1.14.0.0 --- linden/indra/llui/llrootview.h | 46 +++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'linden/indra/llui/llrootview.h') diff --git a/linden/indra/llui/llrootview.h b/linden/indra/llui/llrootview.h index 212b93b..84a989b 100644 --- a/linden/indra/llui/llrootview.h +++ b/linden/indra/llui/llrootview.h @@ -1,8 +1,8 @@ -/** - * @file llrootview.h - * @brief Container for all other views in an application - * - * Copyright (c) 2006-2007, Linden Research, Inc. +/** + * @file llrootview.h + * @brief Container for all other views in an application + * + * Copyright (c) 2006-2007, Linden Research, Inc. * * The source code in this file ("Source Code") is provided by Linden Lab * to you under the terms of the GNU General Public License, version 2.0 @@ -22,21 +22,21 @@ * * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, - * COMPLETENESS OR PERFORMANCE. - */ - -#ifndef LLROOTVIEW_H -#define LLROOTVIEW_H - -#include "llview.h" - -class LLRootView : public LLView -{ -public: - LLRootView(const LLString& name, const LLRect& rect, BOOL mouse_opaque, U32 follows=FOLLOWS_NONE); - - /*virtual*/ EWidgetType getWidgetType() const; - /*virtual*/ LLString getWidgetTag() const; -}; - -#endif + * COMPLETENESS OR PERFORMANCE. + */ + +#ifndef LLROOTVIEW_H +#define LLROOTVIEW_H + +#include "llview.h" + +class LLRootView : public LLView +{ +public: + LLRootView(const LLString& name, const LLRect& rect, BOOL mouse_opaque, U32 follows=FOLLOWS_NONE); + + /*virtual*/ EWidgetType getWidgetType() const; + /*virtual*/ LLString getWidgetTag() const; +}; + +#endif -- cgit v1.1