mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Rever incorrect integration!!! from 13.09.2009 into the V5_1_main
This commit is contained in:
parent
021dcc547b
commit
f416368957
@ -3198,7 +3198,7 @@ SALOMEDS::TMPFile* SMESH_Gen_i::SaveASCII( SALOMEDS::SComponent_ptr theComponent
|
|||||||
bool isMultiFile ) {
|
bool isMultiFile ) {
|
||||||
if(MYDEBUG) MESSAGE( "SMESH_Gen_i::SaveASCII" );
|
if(MYDEBUG) MESSAGE( "SMESH_Gen_i::SaveASCII" );
|
||||||
SALOMEDS::TMPFile_var aStreamFile = Save( theComponent, theURL, isMultiFile );
|
SALOMEDS::TMPFile_var aStreamFile = Save( theComponent, theURL, isMultiFile );
|
||||||
//return aStreamFile._retn();
|
return aStreamFile._retn();
|
||||||
|
|
||||||
//after usual saving needs to encipher binary to text string
|
//after usual saving needs to encipher binary to text string
|
||||||
//Any binary symbol will be represent as "|xx" () hexadecimal format number
|
//Any binary symbol will be represent as "|xx" () hexadecimal format number
|
||||||
@ -4300,7 +4300,7 @@ bool SMESH_Gen_i::LoadASCII( SALOMEDS::SComponent_ptr theComponent,
|
|||||||
const char* theURL,
|
const char* theURL,
|
||||||
bool isMultiFile ) {
|
bool isMultiFile ) {
|
||||||
if(MYDEBUG) MESSAGE( "SMESH_Gen_i::LoadASCII" );
|
if(MYDEBUG) MESSAGE( "SMESH_Gen_i::LoadASCII" );
|
||||||
//return Load( theComponent, theStream, theURL, isMultiFile );
|
return Load( theComponent, theStream, theURL, isMultiFile );
|
||||||
|
|
||||||
//before call main ::Load method it's need for decipher text format to
|
//before call main ::Load method it's need for decipher text format to
|
||||||
//binary ( "|xx" => x' )
|
//binary ( "|xx" => x' )
|
||||||
|
Loading…
Reference in New Issue
Block a user