PlaindirImpl.cc

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #include <iostream>
00013 #include "zypp/base/Logger.h"
00014 
00015 #include "zypp/source/plaindir/PlaindirImpl.h"
00016 
00017 using std::endl;
00018 
00020 namespace zypp
00021 { 
00022 
00023   namespace source
00024   { 
00025 
00026     namespace plaindir
00027     { 
00028 
00030       //
00031       //        METHOD NAME : PlaindirImpl::PlaindirImpl
00032       //        METHOD TYPE : Ctor
00033       //
00034       PlaindirImpl::PlaindirImpl()
00035       {}
00036 
00038       //
00039       //        METHOD NAME : PlaindirImpl::~PlaindirImpl
00040       //        METHOD TYPE : Dtor
00041       //
00042       PlaindirImpl::~PlaindirImpl()
00043       {}
00044 
00046       //
00047       //        METHOD NAME : PlaindirImpl::~PlaindirImpl
00048       //        METHOD TYPE : Dtor
00049       //
00050       void PlaindirImpl::factoryInit()
00051       {
00052         ZYPP_THROW( Exception( "Plaindir not implemented!" ) );
00053       }
00054 
00056     } // namespace plaindir
00059   } // namespace source
00062 } // namespace zypp

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