Skip to content
Snippets Groups Projects
Commit e8001469 authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

commented out provider and manager in skills

parent 2f0abe38
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@ namespace armarx
stopped = false;
timeoutReached = false;
provider = nullptr;
manager = nullptr;
//provider = nullptr;
//manager = nullptr;
_reset();
}
......
......@@ -68,8 +68,8 @@ namespace armarx
long started = 0;
/// proxies that called the skills
provider::dti::SkillProviderInterfacePrx provider;
manager::dti::SkillManagerInterfacePrx manager;
//provider::dti::SkillProviderInterfacePrx provider = nullptr;
//manager::dti::SkillManagerInterfacePrx manager = nullptr;
protected:
/// Use conditions during runtime this way
......
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