lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [4858] Make 'sample' files independent of proprietary prod


From: Greg Chicares
Subject: [lmi-commits] [4858] Make 'sample' files independent of proprietary products
Date: Sat, 24 Apr 2010 01:08:32 +0000

Revision: 4858
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4858
Author:   chicares
Date:     2010-04-24 01:08:32 +0000 (Sat, 24 Apr 2010)
Log Message:
-----------
Make 'sample' files independent of proprietary products

Modified Paths:
--------------
    lmi/trunk/my_prod.cpp

Modified: lmi/trunk/my_prod.cpp
===================================================================
--- lmi/trunk/my_prod.cpp       2010-04-24 01:07:53 UTC (rev 4857)
+++ lmi/trunk/my_prod.cpp       2010-04-24 01:08:32 UTC (rev 4858)
@@ -103,7 +103,8 @@
     z.CsvHeaderName           = glossed_string("Cash Surr");
     z.NoLapseProvisionName    = glossed_string("No-lapse Provision");
 
-    z.save(AddDataDir("sample.policy"));
+// Not necessary for 'sample' product only, because it's built in.
+//    z.save(AddDataDir("sample.policy"));
 
     // Copy the template above for other policy forms, e.g.:
 //  z.DatabaseFilename        = glossed_string("another.db4");





reply via email to

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