Include :

- modifiche aIGdbIterator e suo creatore.
This commit is contained in:
Dario Sassi
2014-03-23 21:39:30 +00:00
parent 82b2fcf8ae
commit 1d22d301d3
+3 -1
View File
@@ -37,6 +37,8 @@ class __declspec( novtable) IGdbIterator
virtual bool GoToLastInGroup( int nIdGroup) = 0 ;
virtual bool GoToLastInGroup( const IGdbIterator& iIter) = 0 ;
virtual bool GoToPrev( void) = 0 ;
virtual bool EraseAndGoToNext( void) = 0 ;
virtual bool EraseAndGoToPrev( void) = 0 ;
virtual int GetGdbType( void) const = 0 ;
virtual IGeoObj* GetGeoObj( void) = 0 ;
@@ -80,4 +82,4 @@ class __declspec( novtable) IGdbIterator
} ;
//-----------------------------------------------------------------------------
EGK_EXPORT IGdbIterator* CreateGdbIterator( void) ;
EGK_EXPORT IGdbIterator* CreateGdbIterator( IGeomDB* pGDB = nullptr) ;