aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory/lltransactionflags.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llinventory/lltransactionflags.h')
-rw-r--r--linden/indra/llinventory/lltransactionflags.h6
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
34class LLUUID;
35
34typedef U8 TransactionFlags; 36typedef 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
60std::string build_transfer_message_to_destination( 62std::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