PatternImpl.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #ifndef ZYPP_DETAIL_PATTERNIMPL_H
00013 #define ZYPP_DETAIL_PATTERNIMPL_H
00014 
00015 #include "zypp/detail/PatternImplIf.h"
00016 
00018 namespace zypp
00019 { 
00020 
00022   namespace detail
00023   { 
00024 
00026     //
00027     //  CLASS NAME : PatternImpl
00028     //
00031     class PatternImpl : public PatternImplIf
00032     {
00033     public:
00034       PatternImpl();
00035       virtual ~PatternImpl();
00036     };
00038 
00040   } // namespace detail
00043 } // namespace zypp
00045 #endif // ZYPP_DETAIL_PATTERNIMPL_H

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