From 1b68f71348ecf3983b76b40d7940da8377f049b7 Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Mon, 29 Apr 2024 07:43:28 +0300 Subject: #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed --- indra/llinventory/lltransactiontypes.h | 110 ++++++++++++++++----------------- 1 file changed, 55 insertions(+), 55 deletions(-) (limited to 'indra/llinventory/lltransactiontypes.h') diff --git a/indra/llinventory/lltransactiontypes.h b/indra/llinventory/lltransactiontypes.h index 6f8d005f1b..3732ad62fb 100644 --- a/indra/llinventory/lltransactiontypes.h +++ b/indra/llinventory/lltransactiontypes.h @@ -1,24 +1,24 @@ -/** +/** * @file lltransactiontypes.h * * $LicenseInfo:firstyear=2003&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$ */ @@ -30,38 +30,38 @@ // transaction_description table in the database. If you add a // constant here, please add it to the database. eg: // -// insert into transaction_description +// insert into transaction_description // set type = 1000, description = 'Object Claim'; // // Also add it to the various L$ string lookups on the dataserver // in lldatamoney // Money transaction failure codes -const U8 TRANS_FAIL_SIMULATOR_TIMEOUT = 1; -const U8 TRANS_FAIL_DATASERVER_TIMEOUT = 2; +const U8 TRANS_FAIL_SIMULATOR_TIMEOUT = 1; +const U8 TRANS_FAIL_DATASERVER_TIMEOUT = 2; const U8 TRANS_FAIL_APPLICATION = 3; // Codes up to 999 for error conditions -const S32 TRANS_NULL = 0; +const S32 TRANS_NULL = 0; // Codes 1000-1999 reserved for one-time charges -const S32 TRANS_OBJECT_CLAIM = 1000; -const S32 TRANS_LAND_CLAIM = 1001; -const S32 TRANS_GROUP_CREATE = 1002; -const S32 TRANS_OBJECT_PUBLIC_CLAIM = 1003; -const S32 TRANS_GROUP_JOIN = 1004; // May be moved to group transactions eventually -const S32 TRANS_TELEPORT_CHARGE = 1100; // FF not sure why this jumps to 1100... -const S32 TRANS_UPLOAD_CHARGE = 1101; -const S32 TRANS_LAND_AUCTION = 1102; -const S32 TRANS_CLASSIFIED_CHARGE = 1103; +const S32 TRANS_OBJECT_CLAIM = 1000; +const S32 TRANS_LAND_CLAIM = 1001; +const S32 TRANS_GROUP_CREATE = 1002; +const S32 TRANS_OBJECT_PUBLIC_CLAIM = 1003; +const S32 TRANS_GROUP_JOIN = 1004; // May be moved to group transactions eventually +const S32 TRANS_TELEPORT_CHARGE = 1100; // FF not sure why this jumps to 1100... +const S32 TRANS_UPLOAD_CHARGE = 1101; +const S32 TRANS_LAND_AUCTION = 1102; +const S32 TRANS_CLASSIFIED_CHARGE = 1103; // Codes 2000-2999 reserved for recurrent charges -const S32 TRANS_OBJECT_TAX = 2000; -const S32 TRANS_LAND_TAX = 2001; -const S32 TRANS_LIGHT_TAX = 2002; -const S32 TRANS_PARCEL_DIR_FEE = 2003; -const S32 TRANS_GROUP_TAX = 2004; // Taxes incurred as part of group membership -const S32 TRANS_CLASSIFIED_RENEW = 2005; +const S32 TRANS_OBJECT_TAX = 2000; +const S32 TRANS_LAND_TAX = 2001; +const S32 TRANS_LIGHT_TAX = 2002; +const S32 TRANS_PARCEL_DIR_FEE = 2003; +const S32 TRANS_GROUP_TAX = 2004; // Taxes incurred as part of group membership +const S32 TRANS_CLASSIFIED_RENEW = 2005; // Codes 2100-2999 reserved for recurring billing services // New codes can be created through an admin interface so may not @@ -70,19 +70,19 @@ const S32 TRANS_CLASSIFIED_RENEW = 2005; const S32 TRANS_RECURRING_GENERIC = 2100; // Codes 3000-3999 reserved for inventory transactions -const S32 TRANS_GIVE_INVENTORY = 3000; +const S32 TRANS_GIVE_INVENTORY = 3000; // Codes 5000-5999 reserved for transfers between users -const S32 TRANS_OBJECT_SALE = 5000; -const S32 TRANS_GIFT = 5001; -const S32 TRANS_LAND_SALE = 5002; -const S32 TRANS_REFER_BONUS = 5003; -const S32 TRANS_INVENTORY_SALE = 5004; -const S32 TRANS_REFUND_PURCHASE = 5005; -const S32 TRANS_LAND_PASS_SALE = 5006; -const S32 TRANS_DWELL_BONUS = 5007; -const S32 TRANS_PAY_OBJECT = 5008; -const S32 TRANS_OBJECT_PAYS = 5009; +const S32 TRANS_OBJECT_SALE = 5000; +const S32 TRANS_GIFT = 5001; +const S32 TRANS_LAND_SALE = 5002; +const S32 TRANS_REFER_BONUS = 5003; +const S32 TRANS_INVENTORY_SALE = 5004; +const S32 TRANS_REFUND_PURCHASE = 5005; +const S32 TRANS_LAND_PASS_SALE = 5006; +const S32 TRANS_DWELL_BONUS = 5007; +const S32 TRANS_PAY_OBJECT = 5008; +const S32 TRANS_OBJECT_PAYS = 5009; // Codes 5100-5999 reserved for recurring billing transfers between users // New codes can be created through an admin interface so may not @@ -91,34 +91,34 @@ const S32 TRANS_OBJECT_PAYS = 5009; const S32 TRANS_RECURRING_GENERIC_USER = 5100; // Codes 6000-6999 reserved for group transactions -//const S32 TRANS_GROUP_JOIN = 6000; //reserved for future use -const S32 TRANS_GROUP_LAND_DEED = 6001; -const S32 TRANS_GROUP_OBJECT_DEED = 6002; -const S32 TRANS_GROUP_LIABILITY = 6003; -const S32 TRANS_GROUP_DIVIDEND = 6004; -const S32 TRANS_MEMBERSHIP_DUES = 6005; +//const S32 TRANS_GROUP_JOIN = 6000; //reserved for future use +const S32 TRANS_GROUP_LAND_DEED = 6001; +const S32 TRANS_GROUP_OBJECT_DEED = 6002; +const S32 TRANS_GROUP_LIABILITY = 6003; +const S32 TRANS_GROUP_DIVIDEND = 6004; +const S32 TRANS_MEMBERSHIP_DUES = 6005; // Codes 8000-8999 reserved for one-type credits -const S32 TRANS_OBJECT_RELEASE = 8000; -const S32 TRANS_LAND_RELEASE = 8001; -const S32 TRANS_OBJECT_DELETE = 8002; -const S32 TRANS_OBJECT_PUBLIC_DECAY = 8003; +const S32 TRANS_OBJECT_RELEASE = 8000; +const S32 TRANS_LAND_RELEASE = 8001; +const S32 TRANS_OBJECT_DELETE = 8002; +const S32 TRANS_OBJECT_PUBLIC_DECAY = 8003; const S32 TRANS_OBJECT_PUBLIC_DELETE= 8004; // Code 9000-9099 reserved for usertool transactions -const S32 TRANS_LINDEN_ADJUSTMENT = 9000; -const S32 TRANS_LINDEN_GRANT = 9001; -const S32 TRANS_LINDEN_PENALTY = 9002; -const S32 TRANS_EVENT_FEE = 9003; -const S32 TRANS_EVENT_PRIZE = 9004; +const S32 TRANS_LINDEN_ADJUSTMENT = 9000; +const S32 TRANS_LINDEN_GRANT = 9001; +const S32 TRANS_LINDEN_PENALTY = 9002; +const S32 TRANS_EVENT_FEE = 9003; +const S32 TRANS_EVENT_PRIZE = 9004; // These must match entries in money_stipend table in MySQL // Codes 10000-10999 reserved for stipend credits -const S32 TRANS_STIPEND_BASIC = 10000; -const S32 TRANS_STIPEND_DEVELOPER = 10001; -const S32 TRANS_STIPEND_ALWAYS = 10002; -const S32 TRANS_STIPEND_DAILY = 10003; -const S32 TRANS_STIPEND_RATING = 10004; +const S32 TRANS_STIPEND_BASIC = 10000; +const S32 TRANS_STIPEND_DEVELOPER = 10001; +const S32 TRANS_STIPEND_ALWAYS = 10002; +const S32 TRANS_STIPEND_DAILY = 10003; +const S32 TRANS_STIPEND_RATING = 10004; const S32 TRANS_STIPEND_DELTA = 10005; #endif -- cgit v1.2.3