-- Rename QOF_QUERY_PARAM_XX to QOF_PARAM_XX -- Add 'new' callback to

Linas Vepstas linas at cvs.gnucash.org
Sun May 23 13:31:44 EDT 2004


Log Message:
-----------
-- Rename QOF_QUERY_PARAM_XX to QOF_PARAM_XX
-- Add 'new' callback to QofObject.  This allows QofObject to act
   as an 'object factory', creating a new instance of something,
   given only the type name.  Plan to use this in the new SQL
   backend, when restoring objects from SQL tables.

Modified Files:
--------------
    gnucash/src/backend/postgres:
        putil.h
    gnucash/src/business/business-core:
        gncBillTerm.c
        gncCustomer.c
        gncEmployee.c
        gncEntry.c
        gncInvoice.c
        gncJob.c
        gncOrder.c
        gncOwner.c
        gncTaxTable.c
        gncVendor.c
    gnucash/src/engine:
        Account.c
        Group.c
        Query.c
        QueryNew.h
        SX-book.c
        Transaction.c
        gnc-commodity.c
        gnc-lot.c
        gnc-pricedb.c
        qofbook.c
        qofgobj.c
        qofid.c
        qofid.h
        qofobject.c
        qofobject.h
        qofquery.c
        qofquery.h
        qofsql.c
        xlate.pl
    gnucash/src/engine/test:
        test-object.c


More information about the gnucash-patches mailing list