Skip to content
Snippets Groups Projects
Commit 67913818 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

added viewselection output

parent 47f8b13b
No related branches found
No related tags found
No related merge requests found
...@@ -143,11 +143,13 @@ namespace armarx ...@@ -143,11 +143,13 @@ namespace armarx
virtual void activateAutomaticViewSelection(const Ice::Current& c = Ice::Current()) virtual void activateAutomaticViewSelection(const Ice::Current& c = Ice::Current())
{ {
ARMARX_INFO << "activating automatic view selection";
doAutomaticViewSelection = true; doAutomaticViewSelection = true;
} }
virtual void deactivateAutomaticViewSelection(const Ice::Current& c = Ice::Current()) virtual void deactivateAutomaticViewSelection(const Ice::Current& c = Ice::Current())
{ {
ARMARX_INFO << "DEactivating automatic view selection";
doAutomaticViewSelection = false; doAutomaticViewSelection = false;
} }
......
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