summaryrefslogtreecommitdiff
path: root/indra/newview/llwlhandlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llwlhandlers.h')
-rw-r--r--indra/newview/llwlhandlers.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/indra/newview/llwlhandlers.h b/indra/newview/llwlhandlers.h
index b09d2df60f..8496bf651f 100644
--- a/indra/newview/llwlhandlers.h
+++ b/indra/newview/llwlhandlers.h
@@ -1,25 +1,25 @@
-/**
+/**
* @file llwlhandlers.h
* @brief Headers for classes in llwlhandlers.cpp
*
* $LicenseInfo:firstyear=2009&license=viewerlgpl$
* Second Life Viewer Source Code
* Copyright (C) 2011, 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$
*/
@@ -33,9 +33,9 @@
class LLEnvironmentRequest
{
- LOG_CLASS(LLEnvironmentRequest);
+ LOG_CLASS(LLEnvironmentRequest);
public:
- /// @return true if request was successfully sent
+ /// @return true if request was successfully sent
static bool initiate(LLEnvironment::environment_apply_fn cb);
private:
@@ -49,14 +49,14 @@ private:
class LLEnvironmentApply
{
- LOG_CLASS(LLEnvironmentApply);
+ LOG_CLASS(LLEnvironmentApply);
public:
- /// @return true if request was successfully sent
+ /// @return true if request was successfully sent
static bool initiateRequest(const LLSD& content, LLEnvironment::environment_apply_fn cb);
private:
- static clock_t sLastUpdate;
- static clock_t UPDATE_WAIT_SECONDS;
+ static clock_t sLastUpdate;
+ static clock_t UPDATE_WAIT_SECONDS;
static void environmentApplyCoro(std::string url, LLSD content, LLEnvironment::environment_apply_fn cb);
};