Add disabled support for DestinationTag & lsfRequireDestTag.

This commit is contained in:
Arthur Britto
2013-01-03 13:06:38 -08:00
parent 75466bc4b6
commit 949679dd1a
7 changed files with 28 additions and 1 deletions

View File

@@ -55,6 +55,9 @@ static bool TFInit()
<< SOElement(sfSendMax, SOE_OPTIONAL)
<< SOElement(sfPaths, SOE_DEFAULT)
<< SOElement(sfInvoiceID, SOE_OPTIONAL)
#if ENABLE_DESTINATION_TAG
<< SOElement(sfDestinationTag, SOE_OPTIONAL)
#endif
;
DECLARE_TF(Contract, ttCONTRACT)