Skip to content
Snippets Groups Projects
Commit cb7ccbbf authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Merge branch 'melodic_migration' into 'master'

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

See merge request !1
parents 1d0c1cde 6e0dbbdf
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