ResImplTraits.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #ifndef ZYPP_DETAIL_RESIMPLTRAITS_H
00013 #define ZYPP_DETAIL_RESIMPLTRAITS_H
00014 
00015 #include "zypp/base/PtrTypes.h"
00016 
00018 namespace zypp
00019 { 
00020 
00021   namespace detail
00022   { 
00023 
00025     //
00026     //  CLASS NAME : ResImplTraits
00027     //
00029     template<class _ResImpl>
00030       struct ResImplTraits
00031       {
00032         typedef intrusive_ptr<_ResImpl>       Ptr;
00033         typedef intrusive_ptr<const _ResImpl> constPtr;
00034       };
00036 
00038   } // namespace detail
00041 } // namespace zypp
00043 #endif // ZYPP_DETAIL_RESIMPLTRAITS_H

Generated on Thu Jul 6 00:07:20 2006 for zypp by  doxygen 1.4.6