From: Adriano d. S. F. <asf...@us...> - 2010-03-04 02:17:05
|
Build Version : T3.0.0.27817 Firebird 3.0 Unstable (writeBuildNum.sh,v 1.27992 2010/03/04 02:16:56 asfernandes ) Update of /cvsroot/firebird/firebird2/src/common/config In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31730/src/common/config Modified Files: config.h Log Message: Misc Index: config.h =================================================================== RCS file: /cvsroot/firebird/firebird2/src/common/config/config.h,v retrieving revision 1.64 retrieving revision 1.65 diff -b -U3 -r1.64 -r1.65 --- config.h 3 Mar 2010 15:01:58 -0000 1.64 +++ config.h 4 Mar 2010 02:16:52 -0000 1.65 @@ -157,6 +157,7 @@ static const char* asString(const Firebird::PathName&); void loadValues(const ConfigFile& file); + template <typename T> T get(Config::ConfigKey key) const { return (T) values[key]; |