diff options
author | Jacek Antonelli | 2008-08-15 23:44:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:54 -0500 |
commit | b2afb8800bb033a04bb3ecdf0363068d56648ef1 (patch) | |
tree | 3568129b5bbddb47cd39d622b4137a8fbff4abaf /linden/indra/llmessage/llmessagebuilder.cpp | |
parent | Second Life viewer sources 1.14.0.1 (diff) | |
download | meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.zip meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.gz meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.bz2 meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.xz |
Second Life viewer sources 1.15.0.2
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmessage/llmessagebuilder.cpp (renamed from linden/indra/newview/llviewerreputation.h) | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/linden/indra/newview/llviewerreputation.h b/linden/indra/llmessage/llmessagebuilder.cpp index 04c8fd3..364e417 100644 --- a/linden/indra/newview/llviewerreputation.h +++ b/linden/indra/llmessage/llmessagebuilder.cpp | |||
@@ -1,9 +1,10 @@ | |||
1 | /** | 1 | /** |
2 | * @file llviewerreputation.h | 2 | * @file llmessagebuilder.cpp |
3 | * @brief Viewer-side handling of reputation system | 3 | * @brief LLMessageBuilder class implementation |
4 | * | 4 | * |
5 | * Copyright (c) 2002-2007, Linden Research, Inc. | 5 | * Copyright (c) 2006-2007, Linden Research, Inc. |
6 | * | 6 | * |
7 | * Second Life Viewer Source Code | ||
7 | * The source code in this file ("Source Code") is provided by Linden Lab | 8 | * The source code in this file ("Source Code") is provided by Linden Lab |
8 | * to you under the terms of the GNU General Public License, version 2.0 | 9 | * to you under the terms of the GNU General Public License, version 2.0 |
9 | * ("GPL"), unless you have obtained a separate licensing agreement | 10 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -25,16 +26,13 @@ | |||
25 | * COMPLETENESS OR PERFORMANCE. | 26 | * COMPLETENESS OR PERFORMANCE. |
26 | */ | 27 | */ |
27 | 28 | ||
28 | #ifndef LLVIEWERREPUTATION_H | 29 | #include "linden_common.h" |
29 | #define LLVIEWERREPUTATION_H | ||
30 | 30 | ||
31 | class LLMessageSystem; | 31 | #include "llmessagebuilder.h" |
32 | class LLUUID; | ||
33 | 32 | ||
33 | //virtual | ||
34 | LLMessageBuilder::~LLMessageBuilder() | ||
35 | { | ||
36 | // even abstract base classes need a concrete destructor | ||
37 | } | ||
34 | 38 | ||
35 | // messaging | ||
36 | void send_reputation_agent_assign( const LLUUID& rator, const LLUUID& ratee, F32 behavior, F32 appearance, F32 building, const char* text = NULL); | ||
37 | void send_reputation_agent_request(const LLUUID& ratee_id); | ||
38 | |||
39 | |||
40 | #endif | ||