X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHexoticPlugin%2FHexoticPlugin_Hypothesis_i.hxx;fp=src%2FHexoticPlugin%2FHexoticPlugin_Hypothesis_i.hxx;h=f79c550d751e60acf75ca00945ce435115f6d9c1;hb=2c9230e78ba7cef9339273699b9de88450983e5f;hp=37b75e52a76dd32530c9e9080b2e16f83bcacbbd;hpb=7a62de42e4a246dfeaade4ee0d420b0a5778c3f1;p=plugins%2Fhexoticplugin.git diff --git a/src/HexoticPlugin/HexoticPlugin_Hypothesis_i.hxx b/src/HexoticPlugin/HexoticPlugin_Hypothesis_i.hxx index 37b75e5..f79c550 100644 --- a/src/HexoticPlugin/HexoticPlugin_Hypothesis_i.hxx +++ b/src/HexoticPlugin/HexoticPlugin_Hypothesis_i.hxx @@ -74,7 +74,7 @@ class HEXOTICPLUGIN_EXPORT HexoticPlugin_Hypothesis_i: void SetHexoticNbProc(CORBA::Long theVal); CORBA::Long GetHexoticNbProc(); - void SetHexoticWorkingDirectory(const char* path) throw ( SALOME::SALOME_Exception ); + void SetHexoticWorkingDirectory(const char* path); char* GetHexoticWorkingDirectory(); void SetKeepFiles(::CORBA::Boolean toKeep); @@ -95,19 +95,19 @@ class HEXOTICPLUGIN_EXPORT HexoticPlugin_Hypothesis_i: void SetHexoticMaxMemory(CORBA::Long theVal); CORBA::Long GetHexoticMaxMemory(); - void SetAdvancedOption(const char* theOptions) throw (SALOME::SALOME_Exception); + void SetAdvancedOption(const char* theOptions); char* GetAdvancedOption(); void SetTextOptions(const char* theOptions); // obsolete char* GetTextOptions(); - void SetOptionValue(const char* optionName, const char* optionValue) throw (SALOME::SALOME_Exception); - char* GetOptionValue(const char* optionName) throw (SALOME::SALOME_Exception); + void SetOptionValue(const char* optionName, const char* optionValue); + char* GetOptionValue(const char* optionName); void UnsetOption(const char* optionName); HexoticPlugin::string_array* GetOptionValues(); HexoticPlugin::string_array* GetAdvancedOptionValues(); - void SetOptionValues(const HexoticPlugin::string_array& options) throw (SALOME::SALOME_Exception); + void SetOptionValues(const HexoticPlugin::string_array& options); void SetAdvancedOptionValues(const HexoticPlugin::string_array& options); void AddOption(const char* optionName, const char* optionValue);