lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [4791] Rename redintegration functions


From: Greg Chicares
Subject: [lmi-commits] [4791] Rename redintegration functions
Date: Fri, 19 Mar 2010 12:43:23 +0000

Revision: 4791
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4791
Author:   chicares
Date:     2010-03-19 12:43:23 +0000 (Fri, 19 Mar 2010)
Log Message:
-----------
Rename redintegration functions

Modified Paths:
--------------
    lmi/trunk/input.hpp
    lmi/trunk/input_xml_io.cpp
    lmi/trunk/mec_input.cpp
    lmi/trunk/mec_input.hpp
    lmi/trunk/mec_state.cpp
    lmi/trunk/mec_state.hpp

Modified: lmi/trunk/input.hpp
===================================================================
--- lmi/trunk/input.hpp 2010-03-19 01:58:34 UTC (rev 4790)
+++ lmi/trunk/input.hpp 2010-03-19 12:43:23 UTC (rev 4791)
@@ -176,12 +176,12 @@
     virtual std::string xml_root_name() const;
 
     // Backward compatibility.
-    std::string RedintegrateExAnte
+    std::string redintegrate_ex_ante
         (int                file_version
         ,std::string const& name
         ,std::string const& value
         ) const;
-    void        RedintegrateExPost
+    void        redintegrate_ex_post
         (int                                file_version
         ,std::map<std::string, std::string> detritus_map
         ,std::list<std::string>             residuary_names

Modified: lmi/trunk/input_xml_io.cpp
===================================================================
--- lmi/trunk/input_xml_io.cpp  2010-03-19 01:58:34 UTC (rev 4790)
+++ lmi/trunk/input_xml_io.cpp  2010-03-19 12:43:23 UTC (rev 4791)
@@ -151,7 +151,7 @@
             );
         if(residuary_names.end() != current_member)
             {
-            operator[](node_tag) = RedintegrateExAnte
+            operator[](node_tag) = redintegrate_ex_ante
                 (file_version
                 ,node_tag
                 ,xml_lmi::get_content(*child)
@@ -174,7 +174,7 @@
             }
         }
 
-    RedintegrateExPost(file_version, detritus_map, residuary_names);
+    redintegrate_ex_post(file_version, detritus_map, residuary_names);
 
     if(EffectiveDateToday.value() && 
!global_settings::instance().regression_testing())
         {
@@ -229,7 +229,7 @@
 
 /// Provide for backward compatibility before assigning values.
 
-std::string Input::RedintegrateExAnte
+std::string Input::redintegrate_ex_ante
     (int                file_version
     ,std::string const& name
     ,std::string const& value
@@ -389,7 +389,7 @@
 
 /// Provide for backward compatibility after assigning values.
 
-void Input::RedintegrateExPost
+void Input::redintegrate_ex_post
     (int                                file_version
     ,std::map<std::string, std::string> detritus_map
     ,std::list<std::string>             residuary_names

Modified: lmi/trunk/mec_input.cpp
===================================================================
--- lmi/trunk/mec_input.cpp     2010-03-19 01:58:34 UTC (rev 4790)
+++ lmi/trunk/mec_input.cpp     2010-03-19 12:43:23 UTC (rev 4791)
@@ -673,7 +673,7 @@
             );
         if(residuary_names.end() != current_member)
             {
-            operator[](node_tag) = RedintegrateExAnte
+            operator[](node_tag) = redintegrate_ex_ante
                 (file_version
                 ,node_tag
                 ,xml_lmi::get_content(*child)
@@ -696,7 +696,7 @@
             }
         }
 
-    RedintegrateExPost(file_version, detritus_map, residuary_names);
+    redintegrate_ex_post(file_version, detritus_map, residuary_names);
 
     Reconcile();
     RealizeAllSequenceInput(false);
@@ -737,7 +737,7 @@
 
 /// Provide for backward compatibility before assigning values.
 
-std::string mec_input::RedintegrateExAnte
+std::string mec_input::redintegrate_ex_ante
     (int                file_version
     ,std::string const& // name
     ,std::string const& value
@@ -756,7 +756,7 @@
 
 /// Provide for backward compatibility after assigning values.
 
-void mec_input::RedintegrateExPost
+void mec_input::redintegrate_ex_post
     (int                                file_version
     ,std::map<std::string, std::string> // detritus_map
     ,std::list<std::string>             // residuary_names

Modified: lmi/trunk/mec_input.hpp
===================================================================
--- lmi/trunk/mec_input.hpp     2010-03-19 01:58:34 UTC (rev 4790)
+++ lmi/trunk/mec_input.hpp     2010-03-19 12:43:23 UTC (rev 4791)
@@ -110,12 +110,12 @@
     virtual std::string xml_root_name() const;
 
     // Backward compatibility.
-    std::string RedintegrateExAnte
+    std::string redintegrate_ex_ante
         (int                file_version
         ,std::string const& name
         ,std::string const& value
         ) const;
-    void        RedintegrateExPost
+    void        redintegrate_ex_post
         (int                                file_version
         ,std::map<std::string, std::string> detritus_map
         ,std::list<std::string>             residuary_names

Modified: lmi/trunk/mec_state.cpp
===================================================================
--- lmi/trunk/mec_state.cpp     2010-03-19 01:58:34 UTC (rev 4790)
+++ lmi/trunk/mec_state.cpp     2010-03-19 12:43:23 UTC (rev 4791)
@@ -452,7 +452,7 @@
             );
         if(residuary_names.end() != current_member)
             {
-            operator[](node_tag) = RedintegrateExAnte
+            operator[](node_tag) = redintegrate_ex_ante
                 (file_version
                 ,node_tag
                 ,xml_lmi::get_content(*child)
@@ -475,7 +475,7 @@
             }
         }
 
-    RedintegrateExPost(file_version, detritus_map, residuary_names);
+    redintegrate_ex_post(file_version, detritus_map, residuary_names);
 }
 
 void mec_state::write(xml::element& x) const
@@ -513,7 +513,7 @@
 
 /// Provide for backward compatibility before assigning values.
 
-std::string mec_state::RedintegrateExAnte
+std::string mec_state::redintegrate_ex_ante
     (int                file_version
     ,std::string const& // name
     ,std::string const& value
@@ -532,7 +532,7 @@
 
 /// Provide for backward compatibility after assigning values.
 
-void mec_state::RedintegrateExPost
+void mec_state::redintegrate_ex_post
     (int                                file_version
     ,std::map<std::string, std::string> // detritus_map
     ,std::list<std::string>             // residuary_names

Modified: lmi/trunk/mec_state.hpp
===================================================================
--- lmi/trunk/mec_state.hpp     2010-03-19 01:58:34 UTC (rev 4790)
+++ lmi/trunk/mec_state.hpp     2010-03-19 12:43:23 UTC (rev 4791)
@@ -76,12 +76,12 @@
     virtual std::string xml_root_name() const;
 
     // Backward compatibility.
-    std::string RedintegrateExAnte
+    std::string redintegrate_ex_ante
         (int                file_version
         ,std::string const& name
         ,std::string const& value
         ) const;
-    void        RedintegrateExPost
+    void        redintegrate_ex_post
         (int                                file_version
         ,std::map<std::string, std::string> detritus_map
         ,std::list<std::string>             residuary_names





reply via email to

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