mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 02:49:12 +00:00
Mark status when parsing is terminated
This commit is contained in:
@@ -42,7 +42,8 @@ class IFC_PARSE_API file_open_status {
|
||||
SUCCESS,
|
||||
READ_ERROR,
|
||||
NO_HEADER,
|
||||
UNSUPPORTED_SCHEMA
|
||||
UNSUPPORTED_SCHEMA,
|
||||
INVALID_SYNTAX
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user