[Gnucash-changes] final port touchups

Linas Vepstas linas at cvs.gnucash.org
Sun Jun 13 00:58:37 EDT 2004


Log Message:
-----------
final port touchups

Tags:
----
backend-work-1

Modified Files:
--------------
    gnucash/src/engine:
        Makefile.am
        qof-be-utils.h
        qofbackend-p.h

Revision Data
-------------
Index: qof-be-utils.h
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/engine/Attic/qof-be-utils.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -Lsrc/engine/qof-be-utils.h -Lsrc/engine/qof-be-utils.h -u -r1.1.2.1 -r1.1.2.2
--- src/engine/qof-be-utils.h
+++ src/engine/qof-be-utils.h
@@ -22,7 +22,7 @@
     @{ */
 /** @addtogroup Backend
  *  @{
- *  @file gnc-be-utils.h 
+ *  @file qof-be-utils.h 
  *  @brief QOF Backend Utilities
  *  @author Derek Atkins <derek at ihtfp.com>
  *    Common code used by objects to define begin_edit() and
Index: Makefile.am
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/engine/Makefile.am,v
retrieving revision 1.120
retrieving revision 1.120.2.1
diff -Lsrc/engine/Makefile.am -Lsrc/engine/Makefile.am -u -r1.120 -r1.120.2.1
--- src/engine/Makefile.am
+++ src/engine/Makefile.am
@@ -77,7 +77,6 @@
   engine-helpers.h \
   glib-helpers.h \
   gnc-associate-account.h \
-  gnc-be-utils.h \
   gnc-book.h \
   gnc-commodity.h \
   gnc-date.h \
@@ -98,6 +97,7 @@
   policy.h \
   qof.h \
   qofbackend.h \
+  qof-be-utils.h \
   qofbook.h \
   qofclass.h \
   qofid.h \
Index: qofbackend-p.h
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/engine/qofbackend-p.h,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -Lsrc/engine/qofbackend-p.h -Lsrc/engine/qofbackend-p.h -u -r1.3.2.1 -r1.3.2.2
--- src/engine/qofbackend-p.h
+++ src/engine/qofbackend-p.h
@@ -43,6 +43,7 @@
 
 #include "qofbackend.h"
 #include "qofbook.h"
+#include "qofinstance.h"
 #include "qofquery.h"
 #include "qofsession.h"
 


More information about the gnucash-changes mailing list