summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeoplemenus.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanelpeoplemenus.h')
-rw-r--r--indra/newview/llpanelpeoplemenus.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/indra/newview/llpanelpeoplemenus.h b/indra/newview/llpanelpeoplemenus.h
index 3bc1f8caf7..ad38cebc31 100644
--- a/indra/newview/llpanelpeoplemenus.h
+++ b/indra/newview/llpanelpeoplemenus.h
@@ -1,25 +1,25 @@
-/**
+/**
* @file llpanelpeoplemenus.h
* @brief Menus used by the side tray "People" panel
*
* $LicenseInfo:firstyear=2009&license=viewerlgpl$
* Second Life Viewer Source Code
* Copyright (C) 2010, Linden Research, Inc.
- *
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation;
* version 2.1 of the License only.
- *
+ *
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
- *
+ *
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
+ *
* Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA
* $/LicenseInfo$
*/
@@ -38,19 +38,19 @@ namespace LLPanelPeopleMenus
class PeopleContextMenu : public LLListContextMenu
{
public:
- /*virtual*/ LLContextMenu* createMenu();
+ /*virtual*/ LLContextMenu* createMenu();
protected:
- virtual void buildContextMenu(class LLMenuGL& menu, U32 flags);
+ virtual void buildContextMenu(class LLMenuGL& menu, U32 flags);
private:
- bool enableContextMenuItem(const LLSD& userdata);
- bool checkContextMenuItem(const LLSD& userdata);
- bool enableFreezeEject(const LLSD& userdata);
- void offerTeleport();
- void eject();
- void startConference();
- void requestTeleport();
+ bool enableContextMenuItem(const LLSD& userdata);
+ bool checkContextMenuItem(const LLSD& userdata);
+ bool enableFreezeEject(const LLSD& userdata);
+ void offerTeleport();
+ void eject();
+ void startConference();
+ void requestTeleport();
};
/**
@@ -59,7 +59,7 @@ private:
class NearbyPeopleContextMenu : public PeopleContextMenu
{
protected:
- /*virtual*/ void buildContextMenu(class LLMenuGL& menu, U32 flags);
+ /*virtual*/ void buildContextMenu(class LLMenuGL& menu, U32 flags);
};
extern PeopleContextMenu gPeopleContextMenu;