Skip to content
Snippets Groups Projects
Commit 6e0dbbdf authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Removed the pointer data types for the REsult and Feedbach structures because...

Removed the pointer data types for the REsult and Feedbach structures because they are already defined.
parent 1d0c1cde
No related branches found
No related tags found
1 merge request!1Removed the pointer data types for the REsult and Feedbach structures because...
......@@ -56,20 +56,6 @@ class IriActionServer
*/
ACTION_DEFINITION(ActionSpec);
/**
* \brief Result Pointer type definition
*
* Additional definition for non-constant result pointers
*/
typedef boost::shared_ptr<Result> ResultPtr;
/**
* \brief Result Pointer type definition
*
* Additional definition for non-constant feedback pointers
*/
typedef boost::shared_ptr<Feedback> FeedbackPtr;
private:
/**
......
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