r15034 - gnucash/trunk - Don't wrap the GncOwner structure.

Derek Atkins warlord at cvs.gnucash.org
Tue Oct 17 17:46:27 EDT 2006


Author: warlord
Date: 2006-10-17 17:46:25 -0400 (Tue, 17 Oct 2006)
New Revision: 15034
Trac: http://svn.gnucash.org/trac/changeset/15034

Modified:
   gnucash/trunk/
   gnucash/trunk/src/business/business-core/gncOwner.h
Log:
Don't wrap the GncOwner structure.



Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:815
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13496
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/trunk:815
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13508
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk2:13366

Modified: gnucash/trunk/src/business/business-core/gncOwner.h
===================================================================
--- gnucash/trunk/src/business/business-core/gncOwner.h	2006-10-17 20:41:40 UTC (rev 15033)
+++ gnucash/trunk/src/business/business-core/gncOwner.h	2006-10-17 21:46:25 UTC (rev 15034)
@@ -72,6 +72,8 @@
 
 /** @} */
 
+#ifndef SWIG
+
 /** \struct GncOwner */
 struct _gncOwner {
   GncOwnerType     type;      /**< Customer, Job, Vendor, Employee or Undefined. */
@@ -85,6 +87,8 @@
   gpointer         qof_temp; /**< Set type independently of the owner. */
 };
 
+#endif /* SWIG */
+
 /** \name Setup routines
 @{
 */



More information about the gnucash-changes mailing list