23 #ifndef _PLUGINS_XABSL_SKILL_WRAPPER_H_
24 #define _PLUGINS_XABSL_SKILL_WRAPPER_H_
26 #include <XabslEngine/XabslBasicBehavior.h>
40 typedef std::list<std::pair<std::string, std::string>>
ParameterList;
56 class ParameterValueBase
59 virtual ~ParameterValueBase()
65 class ParameterValue :
public ParameterValueBase
96 std::map<std::string, ParameterValueBase *> param_values_;