17 #ifndef I_PROFILE_LISTENER_HPP_ 
   18 #define I_PROFILE_LISTENER_HPP_ 
   20 #include <boost/shared_ptr.hpp> 
std::pair< boost::shared_array< boost::uint8_t >, boost::uint32_t > SharedDataBuffer
 
virtual ~IProfileListener()
 
virtual void onProfileUpdated(SharedDataBuffer profile)=0
 
boost::shared_ptr< IProfileListener > ProfileListenerPtr