libcvd-members
[Top][All Lists]
Advanced

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

[libcvd-members] gvars3 gvars3/gvars3.h build/vc2008/config.h


From: Gerhard Reitmayr
Subject: [libcvd-members] gvars3 gvars3/gvars3.h build/vc2008/config.h
Date: Wed, 04 Nov 2009 07:40:51 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    gvars3
Changes by:     Gerhard Reitmayr <gerhard>      09/11/04 07:40:51

Modified files:
        gvars3         : gvars3.h 
Added files:
        build/vc2008   : config.h 

Log message:
        missing config.h for MSVC compilation, and forgotten change to last 
checkin

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gvars3/gvars3/gvars3.h?cvsroot=libcvd&r1=1.25&r2=1.26
http://cvs.savannah.gnu.org/viewcvs/gvars3/build/vc2008/config.h?cvsroot=libcvd&rev=1.1

Patches:
Index: gvars3/gvars3.h
===================================================================
RCS file: /cvsroot/libcvd/gvars3/gvars3/gvars3.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- gvars3/gvars3.h     22 Apr 2009 09:55:46 -0000      1.25
+++ gvars3/gvars3.h     4 Nov 2009 07:40:51 -0000       1.26
@@ -258,11 +258,11 @@
 
        public:
                //Get references by name
-               template<class T> static T& get(const std::string& name, const 
T& default_val=DefaultValue<T>::val(), int flags=0);
+               template<class T> static T& get(const std::string& name, const 
T& default_val = defaultValue<T>(), int flags=0);
                template<class T> static T& get(const std::string& name, 
std::string default_val, int flags=0);
                
                //Register GVars
-               template<class T> static void Register(gvar2<T>& gv, const 
std::string& name, const T& default_val=DefaultValue<T>::val(), int flags=0);
+               template<class T> static void Register(gvar2<T>& gv, const 
std::string& name, const T& default_val=defaultValue<T>(), int flags=0);
                template<class T> static void Register(gvar2<T>& gv, const 
std::string& name, const std::string& default_val, int flags=0);
                static inline void Register(gvar2<std::string>& gv, const 
std::string& name, const std::string& default_val="", int flags=0);
 

Index: build/vc2008/config.h
===================================================================
RCS file: build/vc2008/config.h
diff -N build/vc2008/config.h
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ build/vc2008/config.h       4 Nov 2009 07:40:51 -0000       1.1
@@ -0,0 +1,4 @@
+#ifndef GVARS3_INCLUDE_CONFIG_H
+#define GVARS3_INCLUDE_CONFIG_H
+#define GVARS3_HAVE_TOON 1
+#endif




reply via email to

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