lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [4829] Improve access control (VS)


From: Greg Chicares
Subject: [lmi-commits] [4829] Improve access control (VS)
Date: Mon, 05 Apr 2010 19:37:18 +0000

Revision: 4829
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4829
Author:   chicares
Date:     2010-04-05 19:37:18 +0000 (Mon, 05 Apr 2010)
Log Message:
-----------
Improve access control (VS)

Modified Paths:
--------------
    lmi/trunk/ihs_rnddata.hpp

Modified: lmi/trunk/ihs_rnddata.hpp
===================================================================
--- lmi/trunk/ihs_rnddata.hpp   2010-04-05 19:36:32 UTC (rev 4828)
+++ lmi/trunk/ihs_rnddata.hpp   2010-04-05 19:37:18 UTC (rev 4829)
@@ -45,13 +45,11 @@
 
     rounding_rules const& get_rounding_rules();
 
-  protected:
-    void Init(std::string const& a_Filename);
-    void Read(std::string const& a_Filename);
-
   private:
     StreamableRoundingRules();
 
+    void Init(std::string const& a_Filename);
+    void Read(std::string const& a_Filename);
     void Write(std::string const& a_Filename);
 };
 





reply via email to

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