diff options
Diffstat (limited to 'storage/connect/value.h')
-rw-r--r-- | storage/connect/value.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/connect/value.h b/storage/connect/value.h index c2cc24894ae..c5aeb5c2a2f 100644 --- a/storage/connect/value.h +++ b/storage/connect/value.h @@ -190,9 +190,9 @@ class DllExport TYPVAL : public VALUE { virtual void Print(PGLOBAL g, char *, uint); protected: -//static TYPE MinMaxVal(bool b); -// TYPE SafeAdd(TYPE n1, TYPE n2); -// TYPE SafeMult(TYPE n1, TYPE n2); + static TYPE MinMaxVal(bool b); + TYPE SafeAdd(TYPE n1, TYPE n2); + TYPE SafeMult(TYPE n1, TYPE n2); bool Compall(PGLOBAL g, PVAL *vp, int np, OPVAL op); // Default constructor not to be used |