From 73ec6ce9d4af5de5155d89cc1e535b7f56552b7d Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 22 Aug 2005 15:56:17 +0000 Subject: [PATCH] Patch level : Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunto metodo reset al TImporto git-svn-id: svn://10.65.10.50/trunk@13312 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/real.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/real.h b/include/real.h index 3bfe371c0..a99078818 100755 --- a/include/real.h +++ b/include/real.h @@ -500,6 +500,7 @@ public: // @cmember Setta i due elementi pos e pos+1 della // al valore dell'importo, lasciando bianco il dare (pos) o l'avere (pos+1) const TImporto& add_to(TToken_string& s, int pos) const; + void reset() { set('D', ZERO); } // @cmember Costruttore TImporto(char s = 'D', const real& v = ZERO)