lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] gwc-no-xslfo 89df28a 06/12: Import 'ledger.hpp' chan


From: Greg Chicares
Subject: [lmi-commits] [lmi] gwc-no-xslfo 89df28a 06/12: Import 'ledger.hpp' changes verbatim from vz-no-xslfo
Date: Sat, 27 Jan 2018 04:23:33 -0500 (EST)

branch: gwc-no-xslfo
commit 89df28a75a00b82b9ecfb10c51b34e1f23e7b0dd
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Import 'ledger.hpp' changes verbatim from vz-no-xslfo
---
 ledger.hpp | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/ledger.hpp b/ledger.hpp
index e424c65..945ff9e 100644
--- a/ledger.hpp
+++ b/ledger.hpp
@@ -24,6 +24,7 @@
 
 #include "config.hpp"
 
+#include "ledger_evaluator.hpp"
 #include "mc_enum_type_enums.hpp"
 #include "so_attributes.hpp"
 #include "xml_lmi.hpp"
@@ -102,13 +103,7 @@ class LMI_SO Ledger
     unsigned int CalculateCRC() const;
     void Spew(std::ostream& os) const;
 
-    void read (xml::element const&);
-    void write(xml::element&) const;
-    int                class_version() const;
-    std::string const& xml_root_name() const;
-
-    void write       (std::ostream& os) const;
-    void write_xsl_fo(std::ostream& os) const;
+    ledger_evaluator make_evaluator() const;
 
   private:
     LedgerVariant const& GetOneVariantLedger(mcenum_run_basis) const;



reply via email to

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