Salome HOME
Correct bug on GUI
[modules/yacs.git] / src / runtime / SalomeHPContainer.hxx
index 83702784f9d94e9a3d5ba6695ed3fbaf5b2baaed..692770f80f87c8c49613d94f666baad6e17642a0 100644 (file)
@@ -108,7 +108,7 @@ namespace YACS
       //
 #ifndef SWIG
       void forYourTestsOnly(ForTestOmlyHPContCls *data) const;
-      std::map<std::string,std::string> getResourcePropertiesSpe(const std::string& name) const;
+      std::map<std::string,std::string> getResourceProperties(const std::string& name) const;
       void addComponentNameSpe(const std::string& name);
       void checkCapabilityToDealWithSpe(const ComponentInstance *inst) const throw(YACS::Exception);
       std::size_t locateTask(const Task *askingNode) const { return _launchModeType->locateTask(askingNode); }