Revision 482adb6d server/include/ROS/AnimationCallbackWrapperROS.h

View differences:

server/include/ROS/AnimationCallbackWrapperROS.h
47 47
		hlrc_server::animationGoalConstPtr request = goal;
48 48
		printf("> incoming animation (%d)\n", (int)request->target);
49 49

  
50
		boost::shared_ptr<Animation> ani(new Animation());
50
		std::shared_ptr<Animation> ani(new Animation());
51 51

  
52 52
		// everything is ok, will be cleared on failures
53 53
		feedback.result = 1;

Also available in: Unified diff