17 #ifndef I_SCHEMA_UPDATES_RECEIVER_HPP_ 
   18 #define I_SCHEMA_UPDATES_RECEIVER_HPP_ 
   20 #include <boost/signals2/trackable.hpp> 
   21 #include <avro/ValidSchema.hh> 
   22 #include <boost/cstdint.hpp> 
   41     virtual void onSchemaUpdated(boost::shared_ptr<avro::ValidSchema> schema) = 0;
 
virtual ~ISchemaUpdatesReceiver()
 
virtual void onSchemaUpdated(boost::shared_ptr< avro::ValidSchema > schema)=0