1
0
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:
mpv
2016-09-05 13:27:40 +03:00
committed by bugmaster
parent f1fb0901d6
commit 1f9fb70723
6 changed files with 67 additions and 76 deletions

View File

@@ -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