Revision 482adb6d server/include/RSB/EmotionCallbackWrapper.h

View differences:

server/include/RSB/EmotionCallbackWrapper.h
35 35
	EmotionCallbackWrapper(Middleware* mw) : CallbackWrapper(mw) {
36 36
	}
37 37

  
38
	void call(const std::string& method_name, boost::shared_ptr<rst::animation::EmotionExpression> input) {
38
	void call(const std::string& method_name, std::shared_ptr<rst::animation::EmotionExpression> input) {
39 39
		printf("> incoming emotion (%s = %d)\n", method_name.c_str(), (int)input->emotion());
40 40

  
41 41
		EmotionState emotion_state;

Also available in: Unified diff