00001
00002 #ifndef STD_MSGS_BOOST_SERIALIZATION_EMPTY_H
00003 #define STD_MSGS_BOOST_SERIALIZATION_EMPTY_H
00004
00005 #include <boost/serialization/serialization.hpp>
00006 #include <boost/serialization/nvp.hpp>
00007 #include <std_msgs/Empty.h>
00008
00009 namespace boost
00010 {
00011 namespace serialization
00012 {
00013
00014 template<class Archive, class ContainerAllocator>
00015 void serialize(Archive& a, ::std_msgs::Empty_<ContainerAllocator> & m, unsigned int)
00016 {
00017 }
00018
00019 }
00020 }
00021
00022 #endif // STD_MSGS_BOOST_SERIALIZATION_EMPTY_H
00023