9 #ifndef _f0b69ac6_7d52_401d_a2f3_d5d3f7d69376
10 #define _f0b69ac6_7d52_401d_a2f3_d5d3f7d69376
28 SCPDispatcher(Association & association);
34 std::shared_ptr<SCP>
const & get_scp(
Value::Integer command)
const;
37 void set_scp(
Value::Integer command, std::shared_ptr<SCP>
const & scp);
43 typedef std::shared_ptr<SCP> SCPPointer;
45 Association & _association;
46 std::map<Value::Integer, std::shared_ptr<SCP> > _providers;
52 #endif // _f0b69ac6_7d52_401d_a2f3_d5d3f7d69376