[cgma-dev] r4144 - cgm/trunk/itaps

jvporter at wisc.edu jvporter at wisc.edu
Fri Sep 24 14:24:44 CDT 2010


Author: jvporter
Date: 2010-09-24 14:24:44 -0500 (Fri, 24 Sep 2010)
New Revision: 4144

Modified:
   cgm/trunk/itaps/iBase.h
Log:
Add iBase_Entity(Arr)Iterator for compatibility with new iRel version


Modified: cgm/trunk/itaps/iBase.h
===================================================================
--- cgm/trunk/itaps/iBase.h	2010-09-24 19:24:27 UTC (rev 4143)
+++ cgm/trunk/itaps/iBase.h	2010-09-24 19:24:44 UTC (rev 4144)
@@ -15,6 +15,8 @@
   typedef struct iBase_EntityHandle_Private* iBase_EntityHandle;
   typedef struct iBase_EntitySetHandle_Private* iBase_EntitySetHandle;
   typedef struct iBase_TagHandle_Private* iBase_TagHandle;
+  typedef void* iBase_EntityIterator;
+  typedef void* iBase_EntityArrIterator;
 
     /*==========================================================
      * ENTITYTYPE ENUMERATION








































More information about the cgma-dev mailing list