lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5068] Resolve several marked defects


From: Greg Chicares
Subject: [lmi-commits] [5068] Resolve several marked defects
Date: Mon, 26 Jul 2010 23:19:57 +0000

Revision: 5068
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5068
Author:   chicares
Date:     2010-07-26 23:19:56 +0000 (Mon, 26 Jul 2010)
Log Message:
-----------
Resolve several marked defects

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/input.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2010-07-26 21:59:22 UTC (rev 5067)
+++ lmi/trunk/ChangeLog 2010-07-26 23:19:56 UTC (rev 5068)
@@ -26551,3 +26551,18 @@
   tn_range_base::universal_minimum()
 in Input::DoHarmonize() fills all needs for run-time customization.
 
+20100726T2153Z <address@hidden> [679]
+
+  input.hpp
+Resolve several marked defects.
+
+20100726T2159Z <address@hidden> [678]
+
+  input.hpp
+Improve documentation.
+
+20100726T2319Z <address@hidden> [671]
+
+  input.cpp
+Resolve several marked defects. Yet-unused members aren't harmful.
+

Modified: lmi/trunk/input.cpp
===================================================================
--- lmi/trunk/input.cpp 2010-07-26 21:59:22 UTC (rev 5067)
+++ lmi/trunk/input.cpp 2010-07-26 23:19:56 UTC (rev 5068)
@@ -336,7 +336,6 @@
     return oss.str();
 }
 
-// TODO ?? Decide what to do about commented-out members.
 void Input::AscribeMembers()
 {
     ascribe("IssueAge"                              , &Input::IssueAge         
                     );
@@ -354,7 +353,7 @@
     ascribe("DateOfBirth"                           , &Input::DateOfBirth      
                     );
     ascribe("DateOfRetirement"                      , &Input::DateOfRetirement 
                     );
     ascribe("SubstandardTable"                      , &Input::SubstandardTable 
                     );
-    ascribe("ProductName"                           , &Input::ProductName      
                     ); // TODO ?? Required.
+    ascribe("ProductName"                           , &Input::ProductName      
                     );
     ascribe("Dumpin"                                , &Input::Dumpin           
                     );
     ascribe("External1035ExchangeAmount"            , 
&Input::External1035ExchangeAmount            );
     ascribe("External1035ExchangeBasis"             , 
&Input::External1035ExchangeBasis             );
@@ -392,7 +391,7 @@
     ascribe("NumberOfIdenticalLives"                , 
&Input::NumberOfIdenticalLives                );
     ascribe("UseExperienceRating"                   , 
&Input::UseExperienceRating                   );
     ascribe("UsePartialMortality"                   , 
&Input::UsePartialMortality                   );
-////    ascribe("PartialMortalityTable"                 , 
&Input::PartialMortalityTable                 ); // TODO ?? Not implemented.
+////    ascribe("PartialMortalityTable"                 , 
&Input::PartialMortalityTable                 ); // INPUT !! Not yet 
implemented.
     ascribe("InsuredName"                           , &Input::InsuredName      
                     );
     ascribe("Address"                               , &Input::Address          
                     );
     ascribe("City"                                  , &Input::City             
                     );
@@ -411,9 +410,9 @@
     ascribe("AgentZipCode"                          , &Input::AgentZipCode     
                     );
     ascribe("AgentPhone"                            , &Input::AgentPhone       
                     );
     ascribe("AgentId"                               , &Input::AgentId          
                     );
-//    ascribe("InsuredPremiumTableNumber"             , 
&Input::InsuredPremiumTableNumber             ); // TODO ?? Not implemented.
+//    ascribe("InsuredPremiumTableNumber"             , 
&Input::InsuredPremiumTableNumber             ); // INPUT !! Not yet 
implemented.
     ascribe("InsuredPremiumTableFactor"             , 
&Input::InsuredPremiumTableFactor             );
-//    ascribe("CorporationPremiumTableNumber"         , 
&Input::CorporationPremiumTableNumber         ); // TODO ?? Not implemented.
+//    ascribe("CorporationPremiumTableNumber"         , 
&Input::CorporationPremiumTableNumber         ); // INPUT !! Not yet 
implemented.
     ascribe("CorporationPremiumTableFactor"         , 
&Input::CorporationPremiumTableFactor         );
     ascribe("EffectiveDate"                         , &Input::EffectiveDate    
                     );
     ascribe("DefinitionOfLifeInsurance"             , 
&Input::DefinitionOfLifeInsurance             );
@@ -497,7 +496,7 @@
     ascribe("NewLoan"                               , &Input::NewLoan          
                     );
     ascribe("Withdrawal"                            , &Input::Withdrawal       
                     );
     ascribe("FlatExtra"                             , &Input::FlatExtra        
                     );
-//    ascribe("PolicyLevelFlatExtra"                  , 
&Input::PolicyLevelFlatExtra                  ); // TODO ?? Not implemented.
+//    ascribe("PolicyLevelFlatExtra"                  , 
&Input::PolicyLevelFlatExtra                  ); // INPUT !! Not yet 
implemented.
     ascribe("HoneymoonValueSpread"                  , 
&Input::HoneymoonValueSpread                  );
     ascribe("PremiumHistory"                        , &Input::PremiumHistory   
                     );
     ascribe("SpecamtHistory"                        , &Input::SpecamtHistory   
                     );
@@ -529,7 +528,7 @@
     ascribe("DeathBenefitOptionFromIssue"           , 
&Input::DeathBenefitOptionFromIssue           );
     ascribe("SpecifiedAmountFromRetirement"         , 
&Input::SpecifiedAmountFromRetirement         );
     ascribe("SpecifiedAmountFromIssue"              , 
&Input::SpecifiedAmountFromIssue              );
-//    ascribe("SpecifiedAmountStrategyFromRetirement" , 
&Input::SpecifiedAmountStrategyFromRetirement ); // TODO ?? Not implemented.
+//    ascribe("SpecifiedAmountStrategyFromRetirement" , 
&Input::SpecifiedAmountStrategyFromRetirement ); // INPUT !! Obsolete scalar 
alternative controls.
     ascribe("SpecifiedAmountStrategyFromIssue"      , 
&Input::SpecifiedAmountStrategyFromIssue      );
     ascribe("IndividualPaymentMode"                 , 
&Input::IndividualPaymentMode                 );
     ascribe("IndividualPaymentToAlternative"        , 
&Input::IndividualPaymentToAlternative        );




reply via email to

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