00001 #ifndef __INSTANCE_DATA_HH 00002 #define __INSTANCE_DATA_HH 00003 00004 #include <boost/shared_ptr.hpp> 00005 #include <mimas/mm_object.h> 00006 00008 class instance_data: public mimas::mm_object 00009 { 00010 public: 00012 instance_data(void) {} 00013 }; 00014 00016 typedef boost::shared_ptr< instance_data > instance_data_ptr; 00017 00018 #endif