client-cpp  0.8.1
INotificationProcessor.hpp
Go to the documentation of this file.
1 
17 #ifndef INOTIFICATIONPROCESSOR_HPP_
18 #define INOTIFICATIONPROCESSOR_HPP_
19 
20 #include <vector>
21 
22 #include "kaa/notification/gen/NotificationDefinitions.hpp"
24 
25 namespace kaa {
26 
31 public:
36  virtual void topicsListUpdated(const Topics& topics) = 0;
37 
42  virtual void notificationReceived(const Notifications& notifications) = 0;
43 
45 };
46 
47 } /* namespace kaa */
48 
49 #endif /* INOTIFICATIONPROCESSOR_HPP_ */
virtual void notificationReceived(const Notifications &notifications)=0
virtual void topicsListUpdated(const Topics &topics)=0