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