00001 //***************************************************************************** 00002 // File name: vidl_vil1_movie_sptr.h 00003 // Description: A smart pointer on a vidl_vil1_movie 00004 //----------------------------------------------------------------------------- 00005 // Language: C++ 00006 // 00007 // Version |Date | Author |Comment 00008 // --------+----------+--------------------------+----------------------------- 00009 // 1.0 |2000/05/26| Julien ESTEVE |Creation 00010 //***************************************************************************** 00011 #ifndef vidl_vil1_movie_sptr_h 00012 #define vidl_vil1_movie_sptr_h 00013 00014 // 00015 // typedef for class vbl_smart_ptr<vidl_vil1_movie> 00016 // Include this file to use the smart pointer vidl_vil1_movie_sptr 00017 // 00018 00019 class vidl_vil1_movie; 00020 00021 #include <vbl/vbl_smart_ptr.h> 00022 00023 typedef vbl_smart_ptr<vidl_vil1_movie> vidl_vil1_movie_sptr; 00024 00025 #endif // ifndef vidl_vil1_movie_sptr_h 00026
1.5.1