]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
- Standard_EXPORT bool GetOperatorParameters( const std::string theOperation,
authoreap <eap@opencascade.com>
Mon, 17 Jun 2013 12:48:13 +0000 (12:48 +0000)
committereap <eap@opencascade.com>
Mon, 17 Jun 2013 12:48:13 +0000 (12:48 +0000)
+  Standard_EXPORT bool GetOperatorParameters( const std::string& theOperation,

src/GEOMImpl/GEOMImpl_IHealingOperations.cxx
src/GEOMImpl/GEOMImpl_IHealingOperations.hxx

index e0dd6ba6efdc7d1f03675c69d3fad13fa576507b..42924e3baa9aa06059916b1d769116312545d8bb 100644 (file)
@@ -227,7 +227,7 @@ void GEOMImpl_IHealingOperations::GetShapeProcessParameters (std::list<std::stri
  *  GetOperatorParameters
  */
 //=============================================================================
-bool GEOMImpl_IHealingOperations::GetOperatorParameters( const std::string theOperation,
+bool GEOMImpl_IHealingOperations::GetOperatorParameters( const std::string &     theOperation,
                                                          std::list<std::string>& theParams,
                                                          std::list<std::string>& theValues )
 {
index b194c61e412e6699e1c34077b4dc162d3ca383f0..b7678c03f5b020695eca89980553d51e8cdcccaa 100644 (file)
@@ -49,7 +49,7 @@ class GEOMImpl_IHealingOperations : public GEOM_IOperations {
                                                   std::list<std::string>& theValues );
 
   // Retrieve default Shape Process parameters for given operator
-  Standard_EXPORT bool GetOperatorParameters( const std::string theOperation,
+  Standard_EXPORT bool GetOperatorParameters( const std::string&      theOperation,
                                               std::list<std::string>& theParams,
                                               std::list<std::string>& theValues );