CVS update: gnucash/src/business/business-ledger

Derek Atkins warlord@linas.org
Sun, 24 Feb 2002 16:12:21 -0600 (CST)


Date:	Sunday February 24, 2002 @ 16:12
Author:	warlord

Update of /home/cvs/cvsroot/gnucash/src/business/business-ledger
In directory www.linas.org:/tmp/cvs-serv23764/src/business/business-ledger

Modified Files:
	gncEntryLedger.c 
Log Message:
- Provide 'QUERY_PARAM_GUID' to abstract the guid parameter.  Remove all
  the *_GUID defines, and change them all the QUERY_PARAM_GUID.
- Add a gncObject is_dirty() method, and have the book call it --
  this gives the UI a means to warn the user if any business objects
  changed.
- abstract out the storage methods in the business objects