Revision 888a909b server/include/RSB/EmotionCallbackWrapper.h

View differences:

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

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

  
40 40
           EmotionState emotion_state;

Also available in: Unified diff