16 #ifndef TORC_GENERIC_COMMENTABLE_HPP 
   17 #define TORC_GENERIC_COMMENTABLE_HPP 
   22 #ifdef GENOM_SERIALIZATION 
   23 #include <boost/serialization/access.hpp> 
   24 #include <boost/serialization/weak_ptr.hpp> 
   25 #endif //GENOM_SERIALIZATION 
   37 #ifdef GENOM_SERIALIZATION 
   38     friend class boost::serialization::access;
 
   54     inline const std::vector<std::string>& 
getComments() 
const;
 
   61     void setComments(
const std::vector<std::string>& inSource);
 
   70 #ifdef GENOM_SERIALIZATION 
   71     template <
class Archive> 
void serialize(Archive& ar, 
unsigned int);
 
   72 #endif //GENOM_SERIALIZATION 
   92 #endif // TORC_GENERIC_COMMENTABLE_HPP