CVS update: gnucash/src/backend/file

Derek Atkins warlord@linas.org
Sat, 2 Mar 2002 20:16:58 -0600 (CST)


Date:	Saturday March 2, 2002 @ 20:16
Author:	warlord

Update of /home/cvs/cvsroot/gnucash/src/backend/file
In directory www.linas.org:/tmp/cvs-serv5598/src/backend/file

Modified Files:
	gnc-backend-file.c 
Log Message:
- Add new Backend method, counter(), which increments a named counter and
  returns the new value.
- Add gnc_book_get_counter() which implements the API and calls the
  counter() method in the backend if it exists.  If not, it stores the
  counters in the Book KVP Frame.
- Modify all the Business objects to use the new counter API.  Counter is
  gint64 so modify all the users to expect that.