usata-commits
[Top][All Lists]
Advanced

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

[Usata-commits] Changes to usata2/src/config.hpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/config.hpp
Date: Thu, 20 Jan 2005 15:20:32 -0500

Index: usata2/src/config.hpp
diff -u usata2/src/config.hpp:1.12 usata2/src/config.hpp:1.13
--- usata2/src/config.hpp:1.12  Sun Jan  9 08:57:22 2005
+++ usata2/src/config.hpp       Thu Jan 20 20:20:30 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: config.hpp,v 1.12 2005/01/09 08:57:22 skunix Exp $
+// $Id: config.hpp,v 1.13 2005/01/20 20:20:30 skunix Exp $
 
 #ifndef USATA_CONFIG_HPP
 #define USATA_CONFIG_HPP
@@ -53,6 +53,9 @@
                        {
                                return get_as_bool(key);
                        }               
+                       
+                       bool get_b(const std::string&key, bool d);
+
 
                        template <typename T>
                        T get(const std::string& key, T def)




reply via email to

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