#include class Multi_Test_Chai { public: Multi_Test_Chai(); boost::shared_ptr get_chai(); private: boost::shared_ptr m_chai; };