lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5147] Add missing declspec decorations


From: Greg Chicares
Subject: [lmi-commits] [5147] Add missing declspec decorations
Date: Sun, 20 Mar 2011 16:22:12 +0000

Revision: 5147
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5147
Author:   chicares
Date:     2011-03-20 16:22:12 +0000 (Sun, 20 Mar 2011)
Log Message:
-----------
Add missing declspec decorations

Modified Paths:
--------------
    lmi/trunk/dbnames.hpp
    lmi/trunk/dbvalue.hpp
    lmi/trunk/input_seq_helpers.hpp
    lmi/trunk/input_sequence.hpp

Modified: lmi/trunk/dbnames.hpp
===================================================================
--- lmi/trunk/dbnames.hpp       2011-03-20 16:00:22 UTC (rev 5146)
+++ lmi/trunk/dbnames.hpp       2011-03-20 16:22:12 UTC (rev 5147)
@@ -512,8 +512,8 @@
 
 std::vector<db_names> const& LMI_SO GetDBNames();
 
-int         db_key_from_name(std::string const&);
-std::string db_name_from_key(int);
+int         LMI_SO db_key_from_name(std::string const&);
+std::string LMI_SO db_name_from_key(int);
 
 #endif // dbnames_hpp
 

Modified: lmi/trunk/dbvalue.hpp
===================================================================
--- lmi/trunk/dbvalue.hpp       2011-03-20 16:00:22 UTC (rev 5146)
+++ lmi/trunk/dbvalue.hpp       2011-03-20 16:22:12 UTC (rev 5147)
@@ -111,7 +111,7 @@
     std::string         gloss_;
 };
 
-std::vector<int> const& maximum_database_dimensions();
+std::vector<int> const& LMI_SO maximum_database_dimensions();
 
 /*
 Some data are scalar by nature--for example, DB_MaturityAge.

Modified: lmi/trunk/input_seq_helpers.hpp
===================================================================
--- lmi/trunk/input_seq_helpers.hpp     2011-03-20 16:00:22 UTC (rev 5146)
+++ lmi/trunk/input_seq_helpers.hpp     2011-03-20 16:22:12 UTC (rev 5147)
@@ -28,6 +28,7 @@
 
 #include "alert.hpp"
 #include "input_sequence.hpp"
+#include "so_attributes.hpp"
 
 #include <map>
 #include <string>
@@ -47,7 +48,7 @@
 
     stringmap invert_map(stringmap const& sm);
 
-    std::vector<std::string> extract_keys_from_string_map
+    std::vector<std::string> LMI_SO extract_keys_from_string_map
         (stringmap const& keyword_dictionary
         );
 

Modified: lmi/trunk/input_sequence.hpp
===================================================================
--- lmi/trunk/input_sequence.hpp        2011-03-20 16:00:22 UTC (rev 5146)
+++ lmi/trunk/input_sequence.hpp        2011-03-20 16:22:12 UTC (rev 5147)
@@ -201,6 +201,7 @@
 #include "config.hpp"
 
 #include "obstruct_slicing.hpp"
+#include "so_attributes.hpp"
 #include "uncopyable_lmi.hpp"
 
 #include <iosfwd>
@@ -237,7 +238,7 @@
     bool          insane;
 };
 
-class InputSequence
+class LMI_SO InputSequence
     :        private lmi::uncopyable <InputSequence>
     ,virtual private obstruct_slicing<InputSequence>
 {




reply via email to

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