PatternContents.cc

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002  |                          ____ _   __ __ ___                          |
00003  |                         |__  / \ / / . \ . \                         |
00004  |                           / / \ V /|  _/  _/                         |
00005  |                          / /__ | | | | | |                           |
00006  |                         /_____||_| |_| |_|                           |
00007  |                                                                      |
00008  \---------------------------------------------------------------------*/
00013 #include "zypp/ui/PatternContentsImpl.h"
00014 
00016 namespace zypp
00017 { 
00018 
00019   namespace ui
00020   { 
00021 
00022     PatternContents::PatternContents( const Pattern::constPtr & pattern )
00023     : _pimpl( new PatternContents::Impl( pattern ) )
00024     {}
00025 
00026     std::set<std::string> PatternContents::install_packages() const
00027     {
00028       return _pimpl->install_packages();
00029     }
00030 
00032   } // namespace ui
00035 } // namespace zypp

Generated on Tue Sep 25 19:23:10 2007 for libzypp by  doxygen 1.5.3