mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08:00
12 lines
465 B
C++
Executable File
12 lines
465 B
C++
Executable File
#include <Interface_ReaderModule.ixx>
|
|
|
|
|
|
Standard_Boolean Interface_ReaderModule::NewRead(const Standard_Integer,
|
|
const Handle(Interface_FileReaderData)&,
|
|
const Standard_Integer,
|
|
Handle(Interface_Check)&,
|
|
Handle(Standard_Transient)& ) const
|
|
{
|
|
return Standard_False;
|
|
}
|