diff options
author | Jacek Antonelli | 2008-09-06 18:24:57 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-09-06 18:25:07 -0500 |
commit | 798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch) | |
tree | 1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llinventory/lltransactionflags.h | |
parent | Second Life viewer sources 1.20.15 (diff) | |
download | meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2 meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz |
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llinventory/lltransactionflags.h')
-rw-r--r-- | linden/indra/llinventory/lltransactionflags.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/llinventory/lltransactionflags.h b/linden/indra/llinventory/lltransactionflags.h index 9a27c3f..ffb17cb 100644 --- a/linden/indra/llinventory/lltransactionflags.h +++ b/linden/indra/llinventory/lltransactionflags.h | |||
@@ -31,6 +31,8 @@ | |||
31 | #ifndef LL_LLTRANSACTIONFLAGS_H | 31 | #ifndef LL_LLTRANSACTIONFLAGS_H |
32 | #define LL_LLTRANSACTIONFLAGS_H | 32 | #define LL_LLTRANSACTIONFLAGS_H |
33 | 33 | ||
34 | class LLUUID; | ||
35 | |||
34 | typedef U8 TransactionFlags; | 36 | typedef U8 TransactionFlags; |
35 | 37 | ||
36 | // defined in common/llinventory/lltransactionflags.cpp | 38 | // defined in common/llinventory/lltransactionflags.cpp |
@@ -55,7 +57,7 @@ std::string build_transfer_message_to_source( | |||
55 | const LLUUID& dest_id, | 57 | const LLUUID& dest_id, |
56 | const std::string& dest_name, | 58 | const std::string& dest_name, |
57 | S32 transaction_type, | 59 | S32 transaction_type, |
58 | const char* description); | 60 | const std::string& description); |
59 | 61 | ||
60 | std::string build_transfer_message_to_destination( | 62 | std::string build_transfer_message_to_destination( |
61 | S32 amount, | 63 | S32 amount, |
@@ -63,6 +65,6 @@ std::string build_transfer_message_to_destination( | |||
63 | const LLUUID& source_id, | 65 | const LLUUID& source_id, |
64 | const std::string& source_name, | 66 | const std::string& source_name, |
65 | S32 transaction_type, | 67 | S32 transaction_type, |
66 | const char* description); | 68 | const std::string& description); |
67 | 69 | ||
68 | #endif // LL_LLTRANSACTIONFLAGS_H | 70 | #endif // LL_LLTRANSACTIONFLAGS_H |