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