mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
0031939: Coding - correction of spelling errors in comments [part 3]
Fix various typos Fixed via `codespell v2.1.dev0`
This commit is contained in:
@@ -173,14 +173,14 @@ public:
|
||||
|
||||
//! Checks the Result of last Transfer (individual or roots, no
|
||||
//! cumulation on several transfers). Returns True if NO fail
|
||||
//! occured during Transfer (queries the TransientProcess)
|
||||
//! occurred during Transfer (queries the TransientProcess)
|
||||
Standard_EXPORT Standard_Boolean CheckStatusResult (const Standard_Boolean withprints) const;
|
||||
|
||||
//! Checks the Result of last Transfer (individual or roots, no
|
||||
//! cumulation on several transfers) and returns the produced list
|
||||
Standard_EXPORT Interface_CheckIterator CheckListResult() const;
|
||||
|
||||
//! Returns the TransientProcess. It records informations about
|
||||
//! Returns the TransientProcess. It records information about
|
||||
//! the very last transfer done. Null if no transfer yet done.
|
||||
//! Can be used for queries more accurate than the default ones.
|
||||
Standard_EXPORT Handle(Transfer_TransientProcess) TransientProcess() const;
|
||||
|
Reference in New Issue
Block a user