aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llclassifiedstatsresponder.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llclassifiedstatsresponder.h32
1 files changed, 21 insertions, 11 deletions
diff --git a/linden/indra/newview/llclassifiedstatsresponder.h b/linden/indra/newview/llclassifiedstatsresponder.h
index 1ceb942..ab219b7 100644
--- a/linden/indra/newview/llclassifiedstatsresponder.h
+++ b/linden/indra/newview/llclassifiedstatsresponder.h
@@ -1,24 +1,34 @@
1/** 1/**
2 * @file llclassifiedstatsrequest.h 2 * @file llclassifiedstatsresponder.h
3 * @brief Responder class for classified stats request. 3 * @brief Receives information about classified ad click-through
4 * counts for display in the classified information UI.
4 * 5 *
5 * $LicenseInfo:firstyear=2006&license=internal$ 6 * $LicenseInfo:firstyear=2007&license=viewergpl$
6 * 7 *
7 * Copyright (c) 2006-2008, Linden Research, Inc. 8 * Copyright (c) 2007-2008, Linden Research, Inc.
8 * 9 *
9 * The following source code is PROPRIETARY AND CONFIDENTIAL. Use of 10 * Second Life Viewer Source Code
10 * this source code is governed by the Linden Lab Source Code Disclosure 11 * The source code in this file ("Source Code") is provided by Linden Lab
11 * Agreement ("Agreement") previously entered between you and Linden 12 * to you under the terms of the GNU General Public License, version 2.0
12 * Lab. By accessing, using, copying, modifying or distributing this 13 * ("GPL"), unless you have obtained a separate licensing agreement
13 * software, you acknowledge that you have been informed of your 14 * ("Other License"), formally executed by you and Linden Lab. Terms of
14 * obligations under the Agreement and agree to abide by those obligations. 15 * the GPL can be found in doc/GPL-license.txt in this distribution, or
16 * online at http://secondlifegrid.net/programs/open_source/licensing/gplv2
17 *
18 * There are special exceptions to the terms and conditions of the GPL as
19 * it is applied to this Source Code. View the full text of the exception
20 * in the file doc/FLOSS-exception.txt in this software distribution, or
21 * online at http://secondlifegrid.net/programs/open_source/licensing/flossexception
22 *
23 * By copying, modifying or distributing this software, you acknowledge
24 * that you have read and understood your obligations described above,
25 * and agree to abide by those obligations.
15 * 26 *
16 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 27 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
17 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 28 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
18 * COMPLETENESS OR PERFORMANCE. 29 * COMPLETENESS OR PERFORMANCE.
19 * $/LicenseInfo$ 30 * $/LicenseInfo$
20 */ 31 */
21
22#ifndef LL_LLCLASSIFIEDSTATSRESPONDER_H 32#ifndef LL_LLCLASSIFIEDSTATSRESPONDER_H
23#define LL_LLCLASSIFIEDSTATSRESPONDER_H 33#define LL_LLCLASSIFIEDSTATSRESPONDER_H
24 34