22 #ifndef __M2ETIS_MESSAGE_NULLFILTERINFO_H__
23 #define __M2ETIS_MESSAGE_NULLFILTERINFO_H__
28 #include "boost/serialization/base_object.hpp"
33 template<
class EventType>
36 typedef boost::shared_ptr<NullFilterInfo<EventType>>
Ptr;
47 template<
typename Archive>
48 void serialize(Archive & ar,
const unsigned int) {
49 ar & boost::serialization::base_object<FilterInfo>(*this);
boost::shared_ptr< NullFilterInfo< EventType > > Ptr
boost::shared_ptr< pubsub::filter::FilterExp< EventType > > dynamic_filter_
friend class boost::serialization::access
static bool doSerialize(ActionType)