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

Added default value

parent 40771c89
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ namespace armarx
*/
virtual SingleTypeVariantListBasePtr getPreshapeNames(const Ice::Current& c = ::Ice::Current());
NameValueMap getPreshapeJointValues(const std::string &preshapeName, const Ice::Current &);
NameValueMap getPreshapeJointValues(const std::string &preshapeName, const Ice::Current & c = ::Ice::Current());
void setObjectGrasped(const std::string &objectName, const Ice::Current &);
void setObjectReleased(const std::string &objectName, const Ice::Current &);
......
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