mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0025534: TObj_Application unicode path issue.
This commit is contained in:
@@ -46,13 +46,13 @@ public:
|
||||
|
||||
//! Saving the OCAF document to a file
|
||||
virtual Standard_EXPORT Standard_Boolean SaveDocument
|
||||
(const Handle(TDocStd_Document)& theSourceDoc,
|
||||
const char* theTargetFile);
|
||||
(const Handle(TDocStd_Document)& theSourceDoc,
|
||||
const TCollection_ExtendedString theTargetFile);
|
||||
|
||||
//! Loading the OCAF document from a file
|
||||
virtual Standard_EXPORT Standard_Boolean LoadDocument
|
||||
(const char* theSourceFile,
|
||||
Handle(TDocStd_Document)& theTargetDoc);
|
||||
(const TCollection_ExtendedString theSourceFile,
|
||||
Handle(TDocStd_Document)& theTargetDoc);
|
||||
|
||||
//! Create the OCAF document from scratch
|
||||
virtual Standard_EXPORT Standard_Boolean CreateNewDocument
|
||||
|
Reference in New Issue
Block a user