17 #ifndef INOTIFICATIONTOPICLISTLISTENER_HPP_ 
   18 #define INOTIFICATIONTOPICLISTLISTENER_HPP_ 
   22 #ifdef KAA_USE_NOTIFICATIONS 
   28 typedef std::vector<Topic> Topics;
 
   37 class INotificationTopicListListener {
 
   45     virtual void onListUpdated(
const Topics& list) = 0;
 
   47     virtual ~INotificationTopicListListener() {}
 
   50 typedef std::shared_ptr<INotificationTopicListListener> INotificationTopicListListenerPtr;