00001 // This is core/vidl/gui/vidl_capture_tableau_sptr.h 00002 #ifndef vidl_capture_tableau_sptr_h_ 00003 #define vidl_capture_tableau_sptr_h_ 00004 //: 00005 // \file 00006 // \author Matt Leotta 00007 // \brief Smart-pointer to a vidl_capture_tableau tableau. 00008 00009 00010 #include <vgui/vgui_tableau_sptr.h> 00011 #include <vgui/vgui_wrapper_tableau.h> 00012 00013 class vidl_capture_tableau; 00014 typedef vgui_tableau_sptr_t<vidl_capture_tableau> vidl_capture_tableau_sptr; 00015 00016 #endif // vidl_capture_tableau_sptr_h_