core/vidl_vil1/vidl_vil1_mpegcodec_sptr.h

Go to the documentation of this file.
00001 //*****************************************************************************
00002 // File name: vidl_vil1_mpegcodec_sptr.h
00003 // Description: A smart pointer on a vidl_vil1_mpegcodec
00004 //-----------------------------------------------------------------------------
00005 // Language: C++
00006 //
00007 // Version |Date      | Author                   |Comment
00008 // --------+----------+--------------------------+-----------------------------
00009 // 1.0     |2002/07/17| l.e.galup                |Creation
00010 //*****************************************************************************
00011 #ifndef VIDL_VIL1_MPEGCODEC_REF_H
00012 #define VIDL_VIL1_MPEGCODEC_REF_H
00013 
00014 //
00015 // typedef for class vbl_smart_ptr<vidl_vil1_mpegcodec>
00016 // Include this file to use the smart pointer vidl_vil1_mpegcodec_sptr
00017 //
00018 
00019 class vidl_vil1_mpegcodec;
00020 
00021 #include <vbl/vbl_smart_ptr.h>
00022 
00023 typedef vbl_smart_ptr<vidl_vil1_mpegcodec> vidl_vil1_mpegcodec_sptr;
00024 
00025 #endif // ifndef VIDL_VIL1_MPEGCODEC_REF_H

Generated on Tue Dec 2 05:09:13 2008 for core/vidl_vil1 by  doxygen 1.5.1