lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 50d37d7 1/3: Move state declarations within l


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 50d37d7 1/3: Move state declarations within ledger class
Date: Tue, 5 Feb 2019 06:21:51 -0500 (EST)

branch: master
commit 50d37d703b7401ce5c9634b2ec9a2fab831490ca
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Move state declarations within ledger class
    
    Made 'PremiumTaxState' and 'StatePostalAbbrev' public, and grouped them
    with their natural congeners, as was done for 'InitAnnLoanDueRate' on
    20190204T1732Z (commit 29280fb2e741d4).
---
 ledger_invariant.hpp | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ledger_invariant.hpp b/ledger_invariant.hpp
index 9e99935..e87b4cb 100644
--- a/ledger_invariant.hpp
+++ b/ledger_invariant.hpp
@@ -361,6 +361,8 @@ class LMI_SO LedgerInvariant
     std::string     AvoidMec;
     std::string     PartMortTableName;
 
+    std::string     StatePostalAbbrev; // SOMEDAY !! Rename to 
'StateOfJurisdiction'.
+    std::string     PremiumTaxState;
     std::string     CountryIso3166Abbrev;
     std::string     Comments;
 
@@ -403,9 +405,6 @@ class LMI_SO LedgerInvariant
     void Destroy();
     void Init();
 
-    std::string     StatePostalAbbrev; // SOMEDAY !! Rename to 
'StateOfJurisdiction'.
-    std::string     PremiumTaxState;
-
     // Special cases.
     int  Length;
     int  irr_precision_;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]