gmio/tests/fake_support/opencascade/TColStd_ListOfInteger.hxx

15 lines
266 B
C++

#ifndef TColStd_ListOfInteger_HeaderFile
#define TColStd_ListOfInteger_HeaderFile
#include "Standard_TypeDef.hxx"
class TColStd_ListOfInteger
{
public:
Standard_Boolean IsEmpty() const { return Standard_True; }
int First() const { return -1; }
};
#endif