- Standard_EXPORT bool GetOperatorParameters( const std::string theOperation,

+  Standard_EXPORT bool GetOperatorParameters( const std::string& theOperation,
This commit is contained in:
eap 2013-06-17 12:48:13 +00:00
parent 4345ad0598
commit 3a09aaf844
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ void GEOMImpl_IHealingOperations::GetShapeProcessParameters (std::list<std::stri
* GetOperatorParameters * 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>& theParams,
std::list<std::string>& theValues ) std::list<std::string>& theValues )
{ {

View File

@ -49,7 +49,7 @@ class GEOMImpl_IHealingOperations : public GEOM_IOperations {
std::list<std::string>& theValues ); std::list<std::string>& theValues );
// Retrieve default Shape Process parameters for given operator // 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>& theParams,
std::list<std::string>& theValues ); std::list<std::string>& theValues );