Skip to content
Snippets Groups Projects
Commit 9d440476 authored by Firat Yusuf Duran's avatar Firat Yusuf Duran :moyai:
Browse files

Fix big L

parent ccd409b5
No related branches found
No related tags found
3 merge requests!460Draft: fluxio/dev-skill-timeout,!449Fluxio preliminary release,!446Draft: Fluxio related changes
......@@ -546,7 +546,7 @@ namespace armarx::plugins
return ret;
}
skills::FLuxioSkill SkillManagerComponentPlugin::addSkillToProvider(const std::string& providerId, const skills::FluxioSkill& skill){
skills::FluxioSkill SkillManagerComponentPlugin::addSkillToProvider(const std::string& providerId, const skills::FluxioSkill& skill){
return skill;
}
......@@ -874,7 +874,7 @@ namespace armarx
return ret;
}
skills::manager::dto::FLuxioSkill
skills::manager::dto::FluxioSkill
SkillManagerComponentPluginUser::addSkillToProvider(const std::string& providerId,const skills::manager::dto::FluxioSkill& skill,const Ice::Current& current){
return this->plugin->addSkillToProvider(providerId, skills::FluxioSkill::FromIce(skill)).toManagerIce();
}
......
......@@ -87,7 +87,7 @@ namespace armarx::plugins
std::list<skills::FluxioSkill> getSkillsOfProvider(const std::string& id);
skills::FLuxioSkill addSkillToProvider(const std::string& providerId, const skills::FluxioSkill& skill); // TODO: fix 'does not name a type' error
skills::FluxioSkill addSkillToProvider(const std::string& providerId, const skills::FluxioSkill& skill); // TODO: fix 'does not name a type' error
//** end of Fluxio related methods
......@@ -192,7 +192,7 @@ namespace armarx
skills::manager::dto::FluxioSkillList
getSkillsOfProvider(const std::string& id,const Ice::Current& current) override;
skills::manager::dto::FLuxioSkill
skills::manager::dto::FluxioSkill
addSkillToProvider(const std::string& providerId,const skills::manager::dto::FluxioSkill& skill,const Ice::Current& current) override;
//** end of Fluxio related methods
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment