mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 17:00:34 +05:00
Tabulations
This commit is contained in:
parent
f6eed752d8
commit
52a01fdffe
@ -21,7 +21,6 @@
|
|||||||
#ifndef MG_ADAPT_IDL
|
#ifndef MG_ADAPT_IDL
|
||||||
#define MG_ADAPT_IDL
|
#define MG_ADAPT_IDL
|
||||||
|
|
||||||
|
|
||||||
#include "SALOME_Component.idl"
|
#include "SALOME_Component.idl"
|
||||||
#include "SALOME_Exception.idl"
|
#include "SALOME_Exception.idl"
|
||||||
#include "SALOME_GenericObj.idl"
|
#include "SALOME_GenericObj.idl"
|
||||||
@ -44,7 +43,6 @@ module SMESH{
|
|||||||
string myWorkingDir, myLogFile;
|
string myWorkingDir, myLogFile;
|
||||||
boolean myPrintLogInFile, myKeepFiles, myRemoveLogOnSuccess;
|
boolean myPrintLogInFile, myKeepFiles, myRemoveLogOnSuccess;
|
||||||
long myVerboseLevel;
|
long myVerboseLevel;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@ -133,16 +131,13 @@ module SMESH{
|
|||||||
|
|
||||||
//void checkDirPath(inout string f);
|
//void checkDirPath(inout string f);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
boolean hasOptionDefined( in string optionName ) ;
|
boolean hasOptionDefined( in string optionName ) ;
|
||||||
void setOptionValue(in string optionName,
|
void setOptionValue(in string optionName, in string optionValue) raises (SALOME::SALOME_Exception);
|
||||||
in string optionValue) raises (SALOME::SALOME_Exception);
|
string getOptionValue(in string optionName, inout boolean isDefault) raises (SALOME::SALOME_Exception);
|
||||||
string getOptionValue(in string optionName,
|
|
||||||
inout boolean isDefault) raises (SALOME::SALOME_Exception);
|
|
||||||
str_array getCustomOptionValuesStrVec() ;
|
str_array getCustomOptionValuesStrVec() ;
|
||||||
str_array getOptionValuesStrVec() ;
|
str_array getOptionValuesStrVec() ;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef MG_ADAPT MG_ADAPT_HYPOTHESIS;
|
typedef MG_ADAPT MG_ADAPT_HYPOTHESIS;
|
||||||
interface MG_ADAPT_OBJECT : SALOME::GenericObj
|
interface MG_ADAPT_OBJECT : SALOME::GenericObj
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user