[MOAB-dev] r2580 - MOAB/trunk/tools/iMesh

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Mon Jan 26 14:20:46 CST 2009


Author: kraftche
Date: 2009-01-26 14:20:46 -0600 (Mon, 26 Jan 2009)
New Revision: 2580

Modified:
   MOAB/trunk/tools/iMesh/iBase.h
Log:
Leave iBase_Instance as void* so any interface type can be passed

Modified: MOAB/trunk/tools/iMesh/iBase.h
===================================================================
--- MOAB/trunk/tools/iMesh/iBase.h	2009-01-26 20:20:19 UTC (rev 2579)
+++ MOAB/trunk/tools/iMesh/iBase.h	2009-01-26 20:20:46 UTC (rev 2580)
@@ -15,7 +15,7 @@
      * TYPEDEF'S
      *==========================================================
      */
-  typedef struct iBase_Instance_Private* iBase_Instance;
+  typedef void* iBase_Instance;
   typedef struct iBase_EntityHandle_Private* iBase_EntityHandle;
   typedef struct iBase_EntitySetHandle_Private* iBase_EntitySetHandle;
   typedef struct iBase_TagHandle_Private* iBase_TagHandle;



More information about the moab-dev mailing list