Skip to content
Snippets Groups Projects
Commit 286e9f81 authored by Julian Tusch's avatar Julian Tusch :no_entry_sign:
Browse files

added comment

parent 85185bd3
No related branches found
No related tags found
3 merge requests!460Draft: fluxio/dev-skill-timeout,!449Fluxio preliminary release,!446Draft: Fluxio related changes
Pipeline #18650 failed
......@@ -69,7 +69,7 @@ module armarx
string id;
string name;
string description;
FluxioIdentificator parentId;
FluxioIdentificator parentId; // zusätzlicher boolean für optional fields
};
["cpp:type:std::list<armarx::skills::manager::dto::FluxioProfile>", "python:seq:list"]
......
......@@ -845,6 +845,7 @@ namespace armarx
bool SkillManagerComponentPluginUser::getSkillMutex(const std::string& skillId, const std::string& userId,const Ice::Current& current){
return this->plugin->getSkillMutex(skillId, userId);
}
void SkillManagerComponentPluginUser::deleteSkillMutex(const std::string& skillId, const std::string& userId,const Ice::Current& current){
this->plugin->deleteSkillMutex(skillId, userId);
}
......
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